Importing of Touchstone files (1-port or 2-port) as reference traces

pull/5/head
Rune B. Broberg 2019-09-02 15:22:03 +02:00
rodzic d5fa38d4b7
commit 90008eba9b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -14,11 +14,11 @@ Current features:
- Displaying two markers, and the impedance and VSWR (against 50 ohm) at these locations
- Exporting 1-port and 2-port Touchstone files
- TDR function (measurement of cable length)
- Reading and displaying Touchstone files as reference traces
Expected features:
- Mouse control of markers
- Further data readout for markers, such as return loss/forward gain
- Reading and displaying Touchstone files
0.0.2:
![Screenshot of version 0.0.1](https://i.imgur.com/eoLwv35.png)

Wyświetl plik

@ -20,7 +20,7 @@ from PyQt5 import QtWidgets
from NanoVNASaver import NanoVNASaver
version = "0.0.2"
version = "0.0.3"
if __name__ == '__main__':
print("NanoVNASaver " + version)