Script execution

This commit is contained in:
kalt_r
2016-07-01 14:58:02 +02:00
parent c9576b400f
commit cba260b8d4

View File

@@ -18,7 +18,7 @@ Preconditions - RF station is running
SECTION = "SINSB02"
# for 100 Hz and P2P-count = 100 this can be at least 1.1 seconds
latency = 2
latency = 0.2
#################################################################
@@ -88,8 +88,8 @@ hvps = mva_hvps.read()
# define current amplitude as saturation amplitude, then define three scans
amplt_sat = cv_rf_amplt.read()
amplt_m5 = 0.95 * amplt_stop
amplt_m10 = 0.9 * amplt_stop
amplt_m5 = 0.95 * amplt_sat
amplt_m10 = 0.9 * amplt_sat
scan_result = ascan((cv_rf_amplt, cv_rf_phase), (mv_ref_jit_amplt,mv_ref_jit_phase,mv_iqm_jit_amplt,mv_iqm_jit_phase,mv_pre_jit_amplt,mv_pre_jit_phase,mv_kly_jit_amplt,mv_kly_jit_phase,mv_vsum_jit_amplt,mv_vsum_jit_phase), ( 0.2, -170.0), (0.3, 180.0), (0.05, 10.0) , latency=latency, title="Jitter Scan", zigzag=False)