This commit is contained in:
sfop
2016-11-25 11:10:15 +01:00
parent 19baebf51e
commit b0ec5b4d85
2 changed files with 16 additions and 16 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
knob = ""
sensor1 = "SINEG01-DICT215:B1_CHARGE"
sensor2 = "S10DI01-DICT025:B1_CHARGE"
knob = Channel("SARUN20-MCRX080:I-SET")
sensor1 = Channel("SINEG01-DICT210:B1_CHARGE")
sensor2 = Channel("SINEG01-DICT215:B1_CHARGE")
start = 3
stop = 9
step = 0.5
start = -0.6
stop = -0.4
nstep = 10
lat = 0.5
r = lscan(knob, (sensor1, sensor2), start, stop, nstep, lat)
r = lscan(knob, (sensor1, sensor2), start, stop, step, 1.0)
plot(r.getReadable(1), xdata = r.getReadable(0))
#plot(r.getReadable(0), r.getReadable(1), xdata = r.getPositions(0))