From 0c5e0bbfbda0afde4ccdb2e0f629a1488af20179 Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Thu, 27 Oct 2016 09:30:46 +0200 Subject: [PATCH] Script execution --- script/jitter_scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index dbc67bd..a956096 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -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)