Closedown
This commit is contained in:
@@ -68,7 +68,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
|
||||
"SINEG01-MQUA310",
|
||||
"SINEG01-MQUA320" ]
|
||||
|
||||
#switch_off_magnets(mag)
|
||||
switch_off_magnets(mag)
|
||||
|
||||
# add here gun phase setting see wiki page
|
||||
|
||||
|
||||
+2
-2
@@ -12,13 +12,13 @@ import java.awt.Color as Color
|
||||
LASER_SETTLING_TIME = 0.1
|
||||
|
||||
def laser_on():
|
||||
#caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 0)
|
||||
print "Laser On"
|
||||
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)
|
||||
print "Laser Off"
|
||||
caput("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", 1)
|
||||
time.sleep(LASER_SETTLING_TIME)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user