Script execution

This commit is contained in:
X11MA
2017-05-13 03:06:45 +02:00
parent 89e0b70fed
commit 37dfea278d
+4 -4
View File
@@ -1,11 +1,11 @@
B1 = 2.0 # starting mag. field in Amps
B2 = -2.0 # final mag. field in Amps
B1 = 20.0 # starting mag. field in Amps
B2 = -20.0 # final mag. field in Amps
BSTEP = 1.0 # step size mag. field in Amps
ENERGIES = (709.2, 700) #list of energies in eV
MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET1 = -41.0 #ID1 offset
OFFSET2 = -8.50 #ID2 offset
#OFFSET1 = -41.0 #ID1 offset
OFFSET2 = -9.0 #ID2 offset
FIELD_PRECISION = 0.05 # in Amps
ENERGY_CHANGE_SLEEP = 0.5 # put the Enerrgy settling time if needed
FIELD_CHANGE_SLEEP = 0.5 # put the Field settling time if needed