Script execution

This commit is contained in:
kalt_r
2016-07-01 11:24:06 +02:00
parent 7262320551
commit 09153ca43a

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 = 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)