28 lines
935 B
Python
Executable File
28 lines
935 B
Python
Executable File
|
|
B1 = 2 # starting mag. field in Amps
|
|
B2 = -2 # final mag. field in Amps
|
|
BSTEP = 0.1 # step size mag. field in Amps
|
|
ENERGIES = (782.8,778) #list of energies in eV
|
|
MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2)
|
|
OFFSET2 = -13.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 = 0.5
|
|
run("Sridhar/field_sweepID2")
|
|
|
|
|
|
|
|
B1 = 2 # starting mag. field in Amps
|
|
B2 = -2 # final mag. field in Amps
|
|
BSTEP = 0.1 # step size mag. field in Amps
|
|
ENERGIES = (782.8,778) #list of energies in eV
|
|
MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2)
|
|
OFFSET2 = -12.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 = 0.5
|
|
run("Sridhar/field_sweepID2")
|
|
|