Script execution

This commit is contained in:
gac-x11ma
2017-12-14 14:45:15 +01:00
parent f0249f2655
commit f3a99283c6
+1 -1
View File
@@ -26,7 +26,7 @@ Min=-Max;
No_of_steps = 300;
step_size = float(Max/No_of_steps);
Noavg = 3;
N_loops = 2;
N_loops = 10;
loops=frange(0,N_loops,1);
forward=frange(Min,Max,step_size);