Script execution

This commit is contained in:
sfop
2016-11-22 11:16:13 +01:00
parent 7dbe5b1a90
commit 2ceea634da

View File

@@ -3,10 +3,10 @@ delrb = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-RB"
ict = "SINEG01-DICT215:B1_CHARGE"
start = 3
stop = 9
stoop = 9
step = 0.5
r = lscan(delay, [delrb, ict], start, stop, step, 1.0)
r = lscan(delay, [delrb, ict], start, stoop, step, 1.0)
plot(r.getReadable(1), xdata = r.getReadable(0))