From 8bb8560d8995022dbdab9beeb5062460609ca3e9 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 6 Jul 2016 15:30:05 +0200 Subject: [PATCH] Script execution --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index d51e6b3..9813ddc 100755 --- a/script/local.py +++ b/script/local.py @@ -12,11 +12,11 @@ import java.awt.Color as Color LASER_SETTLING_TIME = 0.1 def laser_on(): - caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 0) + #caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 0) time.sleep(LASER_SETTLING_TIME) def laser_off(): - caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 1) + #caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 1) time.sleep(LASER_SETTLING_TIME)