Script execution

This commit is contained in:
gac-x11ma
2017-12-14 12:08:58 +01:00
parent 98c171a1c8
commit 046bee4592
-3
View File
@@ -32,9 +32,6 @@ step_size = float(Max/No_of_steps);
Noavg = 3;
N_loops = 10;
print "Min/Max = ", Min/Max
print "Steps = ", No_of_steps
loops=frange(1,N_loops,1);
forward=frange(Min,Max,dB);
reverse=frange(Max,Min,-dB);