Script execution

This commit is contained in:
gac-x11ma
2017-12-14 13:57:59 +01:00
parent f6b24de430
commit 2ee17420be

View File

@@ -32,6 +32,8 @@ step_size = float(Max/No_of_steps);
Noavg = 3;
N_loops = 2;
print "step_size = ", step_size
loops=frange(0,N_loops,1);
forward=frange(Min,Max,step_size);
reverse=frange(Max,Min,-step_size);