Script execution

This commit is contained in:
gac-x11ma
2017-12-14 11:40:49 +01:00
parent 73a92ac290
commit 99de77c84b

View File

@@ -32,8 +32,8 @@ Noavg = 3;
N_loops = 10;
loops=frange(1,N_loops,1);
forward=frange(Min,Max,No_of_steps);
reverse=frange(Max,Min,No_of_steps);
forward=frange(Min,Max,dB);
reverse=frange(Max,Min,dB);
print "forward = ", forward