From b4c49617743b75152e477d391d7b0f80e14cb257 Mon Sep 17 00:00:00 2001 From: X11MA Date: Thu, 9 Feb 2017 22:58:10 +0100 Subject: [PATCH] Script execution --- script/Sridhar/test_fieldID1.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 script/Sridhar/test_fieldID1.py diff --git a/script/Sridhar/test_fieldID1.py b/script/Sridhar/test_fieldID1.py new file mode 100644 index 0000000..61d3188 --- /dev/null +++ b/script/Sridhar/test_fieldID1.py @@ -0,0 +1,12 @@ + +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 +MODE = 1 #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 +run("Sridhar/field_sweepID1") \ No newline at end of file