Script execution
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user