Script execution

This commit is contained in:
kalt_r
2016-07-01 15:25:42 +02:00
parent 40987097b5
commit e389744c14

View File

@@ -18,7 +18,7 @@ Preconditions - RF station is running
SECTION = "SINSB02"
# for 100 Hz and P2P-count = 100 this can be at least 1.1 seconds
latency = 0.2
latency = 2
#################################################################
@@ -201,24 +201,9 @@ vsum_jit_amplt = all_statistics_calc(scan_result.getReadable(8))
vsum_jit_phase = all_statistics_calc(scan_result.getReadable(9))
# adjust plot ranges for the color bar
"""
{p0,p1,p2,p3,p4,p5,p6,p7,p8,p9} = get_plots(”Jitter Scan”)
# adjust plot ranges for the color bar to be always the same
a_lim = 2.0e-4
p_lim = 0.004
p0.setColorScale(0.0, a_lim)
p1.setColorScale(0.0, p_lim)
p2.setColorScale(0.0, a_lim)
p3.setColorScale(0.0, p_lim)
p4.setColorScale(0.0, a_lim)
p5.setColorScale(0.0, p_lim)
p6.setColorScale(0.0, a_lim)
p7.setColorScale(0.0, p_lim)
p8.setColorScale(0.0, a_lim)
p9.setColorScale(0.0, p_lim)
"""
a_lim = 2.0e-4
p_lim = 0.004
p_lim = 0.04
i=0
for p in get_plots("Jitter Scan"):
if i % 2 == 0: