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