From e9bc476be98f9d4c349c8bfead30b24434dae4ea Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 25 Jun 2015 15:38:03 +0200 Subject: [PATCH] Script execution --- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py index 5813cac..372e420 100644 --- a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py +++ b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py @@ -65,7 +65,8 @@ for setpoint1 in frange(0.0, 30.0, 5.0, True): sleep( 0.1 ) # Settling time ret = 'Test completed' status = True - print 'Raming rest done' + +print 'Raming test done' #reset output to 0V SetVA.put(0.0, timeout=None)