Update NanoVNASaver/Windows/TDR.py

pull/423/head
Holger Müller 2021-09-20 12:39:01 +02:00 zatwierdzone przez GitHub
rodzic 271549db9c
commit 404329570a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -128,7 +128,7 @@ class TDRWindow(QtWidgets.QWidget):
except ValueError:
return
step_size = self.app.data11[1].freq - self.app.data11[0].freq
step_size = self.app.data.s11[1].freq - self.app.data.s11[0].freq
if step_size == 0:
self.tdr_result_label.setText("")
logger.info("Cannot compute cable length at 0 span")