Script execution

This commit is contained in:
X11MA
2017-02-15 20:40:03 +01:00
parent 5066302f69
commit 62b6909685
+6 -6
View File
@@ -1,11 +1,11 @@
B1 = 0.5 # starting mag. field in Amps
B2 = -0.5 # final mag. field in Amps
BSTEP = 0.2 # step size mag. field in Amps
ENERGIES = (709.35,700) #list of energies in eV
B1 = 10 # starting mag. field in Amps
B2 = -10 # final mag. field in Amps
BSTEP = 0.5 # step size mag. field in Amps
ENERGIES = (709.2,700) #list of energies in eV
MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET1 = -9 #ID1 offset
OFFSET2 = -9.50 #ID2 offset
#OFFSET1 = -9 #ID1 offset
OFFSET2 = -9 #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