Script execution
This commit is contained in:
@@ -40,7 +40,7 @@ for setpoint1 in frange(0.0, 50.0, 2.0, True):
|
||||
detector1 = float(java.lang.System.currentTimeMillis())
|
||||
#Detector ActualVA
|
||||
detector2 = ActualVA.get()
|
||||
scan.append ([setpoint1], [readback1], [detector1, detector2])
|
||||
scan.append ([setpoint1], [readback1], [detector2, detector1])
|
||||
|
||||
#Closing channels
|
||||
SetVA.close()
|
||||
|
||||
Reference in New Issue
Block a user