diff --git a/script/Sridhar/test_field.py b/script/Sridhar/test_field.py index 67c1b32..69b071c 100644 --- a/script/Sridhar/test_field.py +++ b/script/Sridhar/test_field.py @@ -1,12 +1,13 @@ -B1 = 10.0 # starting mag. field in Amps -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 +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) #list of energies in eV MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) #OFFSET1 = -9 #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_sweep") \ No newline at end of file