Script execution

This commit is contained in:
sfop
2016-10-17 08:07:45 +02:00
parent a692fc4e4d
commit 5d59aa41b0

View File

@@ -94,7 +94,7 @@ rfrate = mva_rfrate.read()
amplt_sat = cv_rf_amplt.read()
amplt_m5 = 0.95 * amplt_sat
amplt_m10 = 0.9 * amplt_sat
amplt_step = 0.05 * amplt_sat
amplt_step = 0.049999 * 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), ( amplt_m10, -170.0), (amplt_sat, 180.0), (amplt_step, 60.0) , latency=latency, title="Jitter Scan", zigzag=False)