Script execution

This commit is contained in:
gac-x11ma
2018-09-04 19:52:03 +02:00
parent eb69c46159
commit 688d5a3be7
+5 -5
View File
@@ -12,13 +12,13 @@ BSTEP = 0.5 # step size mag. field in Amps
FIELD_PRECISION = 0.05 # in Amps
FIELD_CHANGE_SLEEP = 0.5 # put the Field settling time if needed
run("B_scan.py")
#run("B_scan.py")
"""
#Parameters for the second script
B1 = 10 # starting mag. field in Amps
B2 = -10 # final mag. field in Amps
BSTEP = 0.5 # step size mag. field in Amps
B1 = 0 # starting mag. field in Amps
B2 = 0 # final mag. field in Amps
BSTEP = 0.0 # step size mag. field in Amps
ENERGIES = (707.35, 708, 710) #list of energies in eV
run("FixedE.py")