13 lines
286 B
Python
13 lines
286 B
Python
delay = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-SP"
|
|
delrb = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-RB"
|
|
ict = "SINEG01-DICT215:B1_CHARGE"
|
|
|
|
start = 3
|
|
stoop = 9
|
|
step = 0.5
|
|
|
|
|
|
r = lscan(delay, [delrb, ict], start, stoop, step, 1.0)
|
|
|
|
plot(r.getReadable(1), xdata = r.getReadable(0))
|