This commit is contained in:
sfop
2016-12-09 11:48:09 +01:00
parent dee1df0de5
commit 118255e5b3
8 changed files with 80 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
knob = Channel("SARUN20-MCRX080:I-SET")
sensor1 = Channel("SINEG01-DICT215:B1_CHARGE")
sensor2 = Channel("S10DI01-DICT025:B1_CHARGE")
start = -1.0
stop = 1.0
nstep = 10
lat = 0.5
r = lscan(knob, (sensor1, sensor2), start, stop, nstep, lat)
plot(r.getReadable(0), name = 'plotname', xdata = r.getReadable(1))