From 9c9859409faf8e24d4624b5703a7f55785d64138 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 5 Jun 2015 09:50:43 +0200 Subject: [PATCH] Script execution --- script/power-supply.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/power-supply.py b/script/power-supply.py index f58214a..24795dd 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -5,17 +5,17 @@ scan.start() #Creating channels: dimension 1 #Ramp rate -SetRamp = Channel('PO2DV-NCS-VHQ1:Set-RampA', type = 'd') +#SetRamp = Channel('PO2DV-NCS-VHQ1:Set-RampA', type = 'd') SetRamp = Channel('pw84:ai', type = 'd') #LinearPositioner SetVA -SetVA = Channel('PO2DV-NCS-VHQ1:Set-VA', type = 'd') +#SetVA = Channel('PO2DV-NCS-VHQ1:Set-VA', type = 'd') SetVA = Channel('pw84:ai', type = 'd') #Timestamp time #ScalarDetector ActualVA -ActualVA = Channel('PO2DV-NCS-VHQ1:Actual-VA', type = 'd') +#ActualVA = Channel('PO2DV-NCS-VHQ1:Actual-VA', type = 'd') ActualVA = Channel('pw84:ai', type = 'd') #ScalarDetector ActualIA -ActualIA = Channel('PO2DV-NCS-VHQ1:Actual-IA', type = 'd') +#ActualIA = Channel('PO2DV-NCS-VHQ1:Actual-IA', type = 'd') ActualIA = Channel('pw84:ai', type = 'd') #Init