From b8920bd541d552de4acdb7d6ba6a860b81eb8a77 Mon Sep 17 00:00:00 2001 From: X11MA Date: Sat, 13 May 2017 17:37:33 +0200 Subject: [PATCH] Script execution --- script/Sridhar/hyst_ID2_Fe.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/script/Sridhar/hyst_ID2_Fe.py b/script/Sridhar/hyst_ID2_Fe.py index 8a54d3f..a9ccacf 100644 --- a/script/Sridhar/hyst_ID2_Fe.py +++ b/script/Sridhar/hyst_ID2_Fe.py @@ -13,8 +13,8 @@ run("Sridhar/field_sweepID2") -B1 = 20 # starting mag. field in Amps -B2 = -20 # final mag. field in Amps +B1 = 10 # starting mag. field in Amps +B2 = -10 # final mag. field in Amps BSTEP = 0.5 # step size mag. field in Amps ENERGIES = (711.3,708) #list of energies in eV MODE = 1 #polarization (CIRC+ -> 1 or CIRC- -> 2) @@ -23,4 +23,6 @@ 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 +run("Sridhar/field_sweepID2") + +