Script execution

This commit is contained in:
X11MA
2017-05-13 17:03:12 +02:00
parent e416754418
commit 0f1256c82c

View File

@@ -0,0 +1,26 @@
B1 = 10 # starting mag. field in Amps
B2 = -10 # final mag. field in Amps
BSTEP = 0.5 # step size mag. field in Amps
ENERGIES = (711.3,708) #list of energies in eV
MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET2 = -11.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
ACC_TIME = 1.0
run("Sridhar/field_sweepID2")
B1 = 20 # starting mag. field in Amps
B2 = -20 # final mag. field in Amps
BSTEP = 0.5 # step size mag. field in Amps
ENERGIES = (711.3,708) #list of energies in eV
MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET2 = -11.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
ACC_TIME = 1.0
run("Sridhar/field_sweepID2")