Script execution
This commit is contained in:
@@ -27,13 +27,13 @@ E1 = 779.3 # Edge
|
||||
# Voltage/magnetic field setting
|
||||
Max = 10;
|
||||
Min=-Max;
|
||||
No_of_steps = 20;
|
||||
dB = Max/No_of_steps;
|
||||
Steps = 20;
|
||||
dB = Max/Steps;
|
||||
Noavg = 3;
|
||||
N_loops = 10;
|
||||
|
||||
print "Min/Max = ", Min/Max
|
||||
print "No_of_steps = ", No_of_steps
|
||||
print "Steps = ", No_of_steps
|
||||
print "dB = ", dB
|
||||
|
||||
dB=0.1
|
||||
|
||||
Reference in New Issue
Block a user