Script execution

This commit is contained in:
boccioli_m
2015-05-20 15:58:11 +02:00
parent 5cf126face
commit 7652cf7e26

View File

@@ -41,7 +41,7 @@ for setpoint1 in frange(0.0, 50.0, 2.0, True):
#Detector ActualVA
detector2 = ActualVA.get()
scan.append ([setpoint1], [readback1], [detector1, detector2])
scan.append ([detector1, detector2])
scan.append (detector1, detector2, [setpoint1], [readback1])
#Closing channels
SetVA.close()