Script execution

This commit is contained in:
2016-10-27 09:35:29 +02:00
parent 94d5bd7482
commit 53431818ce

View File

@@ -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)