From b0ffd2d13d557f87ef1a1d9e4d705f1454cd4657 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 22 May 2015 11:30:08 +0200 Subject: [PATCH] Closedown --- script/Marco/power-supply.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/Marco/power-supply.py b/script/Marco/power-supply.py index 48ba494..48d558a 100644 --- a/script/Marco/power-supply.py +++ b/script/Marco/power-supply.py @@ -19,7 +19,7 @@ ActualVA = Channel('PO2DV-NCS-VHQ1:Actual-VA', type = 'd') ActualIA = Channel('PO2DV-NCS-VHQ1:Actual-IA', type = 'd') #set voltage to 0 -print 'Ramping down powr supply' +print 'Ramping down power supply to 0V' caput('PO2DV-NCS-VHQ1:Set-VA', '0') #wait up to 2 minutes for voltage to be ~0 @@ -31,6 +31,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, 50.0, 10.0, True): if setpoint1 > 50.0 or setpoint1 < 0.0: break