diff --git a/script/Dy_hyst_plus.py b/script/Dy_hyst_plus.py index 498503b..58e3a3a 100644 --- a/script/Dy_hyst_plus.py +++ b/script/Dy_hyst_plus.py @@ -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))