From 47ae81b8191cfe38fe1e23ae3306c02b8044a101 Mon Sep 17 00:00:00 2001 From: X11MA Date: Fri, 12 May 2017 14:51:18 +0200 Subject: [PATCH] Script execution --- script/Sridhar/test_fieldID2.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 script/Sridhar/test_fieldID2.py diff --git a/script/Sridhar/test_fieldID2.py b/script/Sridhar/test_fieldID2.py new file mode 100644 index 0000000..7ff447b --- /dev/null +++ b/script/Sridhar/test_fieldID2.py @@ -0,0 +1,13 @@ + +B1 = 2.0 # starting mag. field in Amps +B2 = -2.0 # final mag. field in Amps +BSTEP = 1.0 # step size mag. field in Amps +ENERGIES = (709.2, 700) #list of energies in eV +MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2) +OFFSET1 = -41.0 #ID1 offset +OFFSET2 = -8.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_sweepID2") \ No newline at end of file