From 38e823241a09868d1e66cf795d2f054cc24d49a0 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 25 Jun 2015 15:37:01 +0200 Subject: [PATCH] Script execution --- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 1 + 1 file changed, 1 insertion(+) 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 da384c0..5813cac 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,6 +65,7 @@ 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' #reset output to 0V SetVA.put(0.0, timeout=None)