Script execution

This commit is contained in:
gac-x11ma
2017-12-14 12:01:28 +01:00
parent 136678fd7c
commit 5acf0ce364
+2 -2
View File
@@ -22,7 +22,7 @@ caput(OTF_OFF2,OFFSETp)
E1 = 779.3 # Edge
#E2 = 770 #preedge
dB=0.0
dB=0.1
# Voltage/magnetic field setting
Max = 10;
@@ -34,7 +34,7 @@ N_loops = 10;
print "Max = ", Max
print "No_of_steps = ", No_of_steps
print "dD = ", dB
print "dB = ", dB
loops=frange(1,N_loops,1);
forward=frange(Min,Max,dB);