Closedown

This commit is contained in:
sfop
2016-07-07 14:21:02 +02:00
parent b965ff01c1
commit 7112484cfc
6 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
"SINEG01-MQUA310",
"SINEG01-MQUA320" ]
switchOffMagnets(mag)
switch_off_magnets(mag)
# add here gun phase setting see wiki page
+1 -1
View File
@@ -42,7 +42,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
"SINEG01-MQUA310",
"SINEG01-MQUA320" ]
if zero_solenoids:
switchOffMagnets(mag)
multiple_background(mag)
# add here gun phase setting see wiki page
-3
View File
@@ -1,3 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.groovy
///////////////////////////////////////////////////////////////////////////////////////////////////
-4
View File
@@ -1,4 +0,0 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.js
///////////////////////////////////////////////////////////////////////////////////////////////////
-3
View File
@@ -1,3 +0,0 @@
print "Start"
time.sleep(3.0)
print "Stop"