Script execution

This commit is contained in:
X11MA
2017-02-15 20:18:35 +01:00
parent a18d21db4f
commit 1e9782b13a
+2 -1
View File
@@ -4,9 +4,10 @@ B2 = -10.0 # final mag. field in Amps
BSTEP = 0.5 # step size mag. field in Amps
ENERGIES = (709.35, 722.35) #list of energies in eV
MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET1 = -9 #ID1 offset
OFFSET1 = -8 #ID1 offset
#OFFSET2 = -9.50 #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
ACC_TIME = 1.0
run("Sridhar/field_sweepID1")