Script execution
This commit is contained in:
@@ -300,7 +300,7 @@ pyp.setStyle(py.Style.ErrorY)
|
||||
pyp.setLegendVisible(True)
|
||||
|
||||
sy2 = LinePlotErrorSeries("F2")
|
||||
pyp.addSeries(sy1)
|
||||
pyp.addSeries(sy2)
|
||||
sy2.setLinesVisible(False)
|
||||
sy2.appendData(1.0, ref_jit_phase.sat.mean, ref_jit_phase.sat.min, ref_jit_phase.sat.max)
|
||||
sy2.appendData(2.0, iqm_jit_phase.sat.mean, iqm_jit_phase.sat.min, iqm_jit_phase.sat.max)
|
||||
@@ -353,7 +353,7 @@ print msg
|
||||
plot_files1 = get_plot_snapshots("Jitter Scan")
|
||||
plot_files2 = get_plot_snapshots("Results Overview Jitter")
|
||||
plot_files = plot_files1 + plot_files2
|
||||
time.sleep(1.0)
|
||||
time.sleep(3.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