Script execution

This commit is contained in:
gac-x11ma
2017-12-14 12:02:58 +01:00
parent 5acf0ce364
commit 18a29e1c27

View File

@@ -22,7 +22,7 @@ caput(OTF_OFF2,OFFSETp)
E1 = 779.3 # Edge
#E2 = 770 #preedge
dB=0.1
# Voltage/magnetic field setting
Max = 10;
@@ -36,6 +36,9 @@ print "Max = ", Max
print "No_of_steps = ", No_of_steps
print "dB = ", dB
dB=0.1
print "dB = ", dB
loops=frange(1,N_loops,1);
forward=frange(Min,Max,dB);
reverse=frange(Max,Min,-dB);