Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user