diff --git a/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py b/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py index c9c3a5e..bd979ec 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py +++ b/script/tests/tests/Collimator Tests/Motor Test 1/Motor Test 1.py @@ -83,10 +83,9 @@ end = endDefault idInkr.put(-100.0, timeout=None) # TODO: Set appropriate timeout start = startDefault #idInkr.get()+direction setpoint2 = end -loopTimes = 2 count = 0 for setpoint1 in range(0, loopTimes): - sleep( delaySeconds ) # Settling time + sleep( delayS ) # Settling time #RegionPositioner idInkr idInkr.put(setpoint2, timeout=None) # TODO: Set appropriate timeout readback2 = idInkr.get()