From d87118abe41b40d3d3c50f92e83d96c65f5c9a20 Mon Sep 17 00:00:00 2001 From: x07maop Date: Wed, 6 May 2015 12:03:54 +0200 Subject: [PATCH] Closedown --- script/Dy_hyst_plus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))