Script execution

This commit is contained in:
gac-x11ma
2017-12-14 14:39:48 +01:00
parent 6a11718c1e
commit f0249f2655
+1 -1
View File
@@ -23,7 +23,7 @@ E1 = 779.3 # Edge
# Voltage/magnetic field setting
Max = 20.0;
Min=-Max;
No_of_steps = 200;
No_of_steps = 300;
step_size = float(Max/No_of_steps);
Noavg = 3;
N_loops = 2;