Closedown
This commit is contained in:
@@ -26,7 +26,7 @@ for setpoint1 in frange(0.0, 55.0, 1.0, True):
|
||||
#Region 1 pre-actions
|
||||
if setpoint1 == 0.0:
|
||||
caputq('X07MA-PC-PS2:M:GO.A', '-3')
|
||||
field.put(setpoint1) # TODO: Add appropriate timeout
|
||||
field.put(setpoint1, 2.0) # TODO: Add appropriate timeout
|
||||
readback1 = fieldReadback.get()
|
||||
if abs(readback1 - setpoint1) > 0.5 : # TODO: Check accuracy
|
||||
raise Exception('Actor field could not be set to the value ' + str(setpoint1))
|
||||
|
||||
Reference in New Issue
Block a user