NanoVNASaver.Windows package¶
Submodules¶
NanoVNASaver.Windows.About module¶
NanoVNASaver.Windows.AnalysisWindow module¶
NanoVNASaver.Windows.Bands module¶
NanoVNASaver.Windows.CalibrationSettings module¶
NanoVNASaver.Windows.Defaults module¶
NanoVNASaver.Windows.DeviceSettings module¶
NanoVNASaver.Windows.DisplaySettings module¶
NanoVNASaver.Windows.Files module¶
NanoVNASaver.Windows.MarkerSettings module¶
NanoVNASaver.Windows.Screenshot module¶
NanoVNASaver.Windows.SweepSettings module¶
NanoVNASaver.Windows.TDR module¶
- class NanoVNASaver.Windows.TDR.TDRWindow(app: QWidget)[source]¶
Bases:
QWidget
- updated¶
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
Module contents¶
- class NanoVNASaver.Windows.DeviceSettingsWindow(app: QWidget)[source]¶
Bases:
QWidget
- custom_points_checkbox¶
alias of
QCheckBox
- custom_points_edit¶
alias of
QLineEdit
- class NanoVNASaver.Windows.MarkerSettingsWindow(app: QWidget)[source]¶
Bases:
QWidget
- EXAMPLE_DATA11 = [(123000000, 0.89, -0.11), (123500000, 0.9, -0.1), (124000000, 0.91, -0.95)]¶
- EXAMPLE_DATA21 = [(123000000, -0.25, 0.49), (123456000, -0.3, 0.5), (124000000, -0.2, 0.5)]¶
- class NanoVNASaver.Windows.TDRWindow(app: QWidget)[source]¶
Bases:
QWidget
- distance_axis: ndarray[Any, dtype[float64]]¶
- step_response_Z: ndarray[Any, dtype[float64]]¶
- td: ndarray[Any, dtype[complex128]]¶
- updated¶
int = …, arguments: Sequence = …) -> PYQT_SIGNAL
types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.
- Type:
pyqtSignal(*types, name
- Type:
str = …, revision
- windowed_s11: ndarray[Any, dtype[complex128]]¶