From 1bd1e4771dd468343ff3bce8261e82f6f82c730d Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 31 May 2017 08:30:54 +0200 Subject: [PATCH] Script execution --- script/RFscan/GunScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index daa5f84..2557800 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -18,8 +18,8 @@ else: disp = args[5] energy0 = args[6] -#phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE") -phase = ControlledVariable("Phase", "STEST01-RSYS:SET-BEAM-PHASE", "STEST01-RSYS:GET-BEAM-PHASE") +phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-BEAM-PHASE", "SINEG01-RSYS:GET-BEAM-PHASE") +#phase = ControlledVariable("Phase", "STEST01-RSYS:SET-BEAM-PHASE", "STEST01-RSYS:GET-BEAM-PHASE") phase.config.minValue =-180.0 phase.config.maxValue = 360.0 phase.config.precision = 3