Files
x11ma/script/Users/Sridhar/test_fieldID2.py
gac-x11ma 99586393b5
2020-09-22 10:39:02 +02:00

13 lines
499 B
Python

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.4, 700) #list of energies in eV
MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2)
OFFSET1 = -9.0 #ID1 offset
OFFSET2 = 49.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")