Script execution

This commit is contained in:
sfop
2016-11-22 11:14:37 +01:00
parent f6318dc177
commit 7dbe5b1a90
+12
View File
@@ -0,0 +1,12 @@
delay = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-SP"
delrb = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-RB"
ict = "SINEG01-DICT215:B1_CHARGE"
start = 3
stop = 9
step = 0.5
r = lscan(delay, [delrb, ict], start, stop, step, 1.0)
plot(r.getReadable(1), xdata = r.getReadable(0))