diff --git a/script/jitter_scan.py b/script/jitter_scan.py index 4a83650..ef4d82a 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 = 0.3 +latency = 2 ################################################################# @@ -233,13 +233,15 @@ msg = msg + "\n---------------------------------------------------------" msg = msg + "\nKLY amplt\n" + kly_jit_amplt.return_string() msg = msg + "\n\nKLY phase\n" + kly_jit_phase.return_string() msg = msg + "\n---------------------------------------------------------" +msg = msg + "\n\nPlots axis: X-axis = Three amplitude setpoints from left to right: 10% below sat / 5% below sat / sat" +msg = msg + "\n\nData file: " + get_context().path print msg # save the entry in the logbook plot_files = get_plot_snapshots("Jitter Scan") time.sleep(1.0) -elogllrf("Jitter Scan (HVPS="+str(hvps)[:2]+"V", msg,"Measurement", "RF Stability", SECTION, plot_files) +elogllrf("Jitter Scan (HVPS="+str(hvps)[:6]+"V", msg,"Measurement", "RF Stability", SECTION, plot_files)