Debug output removed from measurement script.

This commit is contained in:
klaute 2016-10-07 19:57:45 +02:00
parent 5c71cc6606
commit e28075bea9

View file

@ -719,12 +719,7 @@ if __name__ == "__main__":
FILE.write("freqency;ratio;impedance;drive;a0;a1\n")
j = 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:
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