Script execution

This commit is contained in:
sfop
2016-07-06 15:30:05 +02:00
parent cddd0dbcd6
commit 8bb8560d89

View File

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