Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user