diff --git a/script/local.py b/script/local.py index b991c75..d815116 100755 --- a/script/local.py +++ b/script/local.py @@ -13,10 +13,12 @@ LASER_SETTLING_TIME = 0.1 def laser_on(): #caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 0) + print "Laser On" time.sleep(LASER_SETTLING_TIME) def laser_off(): #caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 1) + print "Laser Off" time.sleep(LASER_SETTLING_TIME)