Script execution

This commit is contained in:
2016-10-27 09:34:02 +02:00
parent 0c5e0bbfbd
commit 94d5bd7482
+4 -2
View File
@@ -350,10 +350,12 @@ msg = msg + "\n\nData file: " + get_context().path
print msg
# save the entry in the logbook
# need some sleep before and after to allow plots to be updated and to be stored to disk
time.sleep(1.0)
plot_files1 = get_plot_snapshots("Jitter Scan")
plot_files2 = get_plot_snapshots("Results Overview Jitter")
plot_files = plot_files1 + plot_files2
time.sleep(3.0)
plot_files = plot_files2 + plot_files1
time.sleep(1.0)
elogllrf("Jitter Scan (HVPS="+str(hvps)[:6]+"V / "+str(rfrate)[:6]+" Hz)", msg,"Measurement", "RF Stability", SECTION, plot_files)