Script execution

This commit is contained in:
2016-11-07 08:14:14 +01:00
parent abbe6ca956
commit a3269a2fcf

View File

@@ -63,9 +63,9 @@ rfrate = auxv_rfrate.read()
latency = 1.5 * p2pcount / rfrate
# set start gate:
auxv_gate_start.write(0.2)
auxv_gate_start.write(0.15)
scan_result = lscan(cv_gate_stop, (mv_ref_jit_amplt,mv_ref_jit_phase,), 0.005, 8.005, 0.05 , latency=latency, title="Jitter Scan vs. avg gate length")
scan_result = lscan(cv_gate_stop, (mv_ref_jit_amplt,mv_ref_jit_phase,), 0.155, 8.005, 0.05 , latency=latency, title="Jitter Scan vs. avg gate length")
#################################################################################