diff --git a/script/tests/tests/PS Tests/power-supply/power-supply.py b/script/tests/tests/PS Tests/power-supply/power-supply.py index 79d27a5..8001828 100644 --- a/script/tests/tests/PS Tests/power-supply/power-supply.py +++ b/script/tests/tests/PS Tests/power-supply/power-supply.py @@ -40,7 +40,7 @@ for setpoint1 in frange(0.0, 120.0, 1.0, True): #Dimension 1 #LinearPositioner SetVA print 'Ramping up power supply' -for setpoint1 in frange(0.0, 30.0, 10.0, True): +for setpoint1 in frange(0.0, 30.0, 5.0, True): if setpoint1 > 50.0 or setpoint1 < 0.0: break SetVA.put(setpoint1, timeout=None) # TODO: Set appropriate timeout