Debug output removed from measurement script.
This commit is contained in:
parent
5c71cc6606
commit
e28075bea9
1 changed files with 1 additions and 6 deletions
|
@ -719,12 +719,7 @@ if __name__ == "__main__":
|
||||||
FILE.write("freqency;ratio;impedance;drive;a0;a1\n")
|
FILE.write("freqency;ratio;impedance;drive;a0;a1\n")
|
||||||
j = 0
|
j = 0
|
||||||
i = ((drive_str + 1) * 2.0) / 1000.0
|
i = ((drive_str + 1) * 2.0) / 1000.0
|
||||||
print meas_vswr
|
|
||||||
print meas_freq
|
|
||||||
print meas_imp
|
|
||||||
print meas_data
|
|
||||||
print meas_data[j]
|
|
||||||
print meas_data[j]
|
|
||||||
for m in meas_vswr:
|
for m in meas_vswr:
|
||||||
FILE.write("%f;%f;%f;%f;%d;%d\n" % (meas_freq[j], m, meas_imp[j], i, meas_data[j][1], meas_data[j][2]))
|
FILE.write("%f;%f;%f;%f;%d;%d\n" % (meas_freq[j], m, meas_imp[j], i, meas_data[j][1], meas_data[j][2]))
|
||||||
j = j + 1
|
j = j + 1
|
||||||
|
|
Loading…
Reference in a new issue