From 53431818ce08b3f2cb504db275def8d7f0b4141c Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Thu, 27 Oct 2016 09:35:29 +0200 Subject: [PATCH] Script execution --- script/jitter_scan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/jitter_scan.py b/script/jitter_scan.py index 530131a..aa4676a 100644 --- a/script/jitter_scan.py +++ b/script/jitter_scan.py @@ -18,7 +18,7 @@ Preconditions - RF station is running SECTION = "SINSB01" # for 100 Hz and P2P-count = 100 this can be at least 1.1 seconds -latency = 0.1 +latency = 2 ################################################################# @@ -273,7 +273,7 @@ set_attribute(path, "Saturation Power", satpower) pya.setStyle(pya.Style.ErrorY) pya.setLegendVisible(True) -sy1 = LinePlotErrorSeries("F1") +sy1 = LinePlotErrorSeries("saturated") pya.addSeries(sy1) sy1.setLinesVisible(False) sy1.appendData(1.0, ref_jit_amplt.sat.mean, ref_jit_amplt.sat.min, ref_jit_amplt.sat.max) @@ -299,7 +299,7 @@ m.setLabelPaint(Color.BLACK) pyp.setStyle(py.Style.ErrorY) pyp.setLegendVisible(True) -sy2 = LinePlotErrorSeries("F2") +sy2 = LinePlotErrorSeries("saturated") 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)