Script execution

This commit is contained in:
sfop
2016-08-29 19:05:27 +02:00
parent 35d53e4829
commit 1e55f34e5a

View File

@@ -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)