From 82c5fdb375dcd9cd3663b096c99c1fc9df3b3124 Mon Sep 17 00:00:00 2001 From: X11MA Date: Wed, 15 Feb 2017 16:16:46 +0100 Subject: [PATCH] Script execution --- script/Sridhar/test_field.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Sridhar/test_field.py b/script/Sridhar/test_field.py index 0848423..270aebf 100644 --- a/script/Sridhar/test_field.py +++ b/script/Sridhar/test_field.py @@ -2,9 +2,9 @@ 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 +ENERGIES = (709.35,700) #list of energies in eV MODE = 2 #polarization (CIRC+ -> 1 or CIRC- -> 2) -#OFFSET1 = -9 #ID1 offset +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