From cba260b8d4436c005eb3e0fc5cf38004dbab68b1 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Fri, 1 Jul 2016 14:58:02 +0200 Subject: [PATCH] Script execution --- script/jitter_scan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index 7404f9b..0ce1aeb 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -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)