From a21a4cbdb12c842468600e7a237fa53227d520ef Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 4 Apr 2017 14:25:41 +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 ae646ab..0f6ffee 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable import ch.psi.pshell.epics.Camtool as Camtool if get_exec_pars().source == CommandSource.ui: - start = 180.0 + start = -180.0 stop = 180.0 step = 5.0 nb = 5 @@ -28,7 +28,7 @@ phase.initialize() #Testing if camtool server is up: #camtool.getCameras() -#kill_camtool() +# check_camtool() camtool.start("SINBD01-DSCR010")