Defined as:
sdynpy.modal.sdynpy_polypy.PolyPy_GUIAlso available as:
sdynpy.modal.PolyPy_GUI
Module:
sdynpy.modal.sdynpy_polypySource: GitHub
Parent:
PyQt5.QtWidgets.QMainWindowParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.PolyPy_GUI(frf_data: sdynpy.core.sdynpy_data.TransferFunctionArray)QMainWindow(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
Attributes¶
| Name | Summary |
|---|---|
frequencies | |
frequency_slice | |
max_frequency | |
min_frequency |
frequencies¶
frequency_slice¶
max_frequency¶
min_frequency¶
Methods¶
__init__¶
Source: GitHub
def sdynpy.PolyPy_GUI.__init__(self, frf_data: sdynpy.core.sdynpy_data.TransferFunctionArray)Initialize self. See help(type(self)) for accurate signature.
compute_shapes¶
Source: GitHub
def sdynpy.PolyPy_GUI.compute_shapes(self)compute_stabilization¶
Source: GitHub
def sdynpy.PolyPy_GUI.compute_stabilization(self)connect_callbacks¶
Source: GitHub
def sdynpy.PolyPy_GUI.connect_callbacks(self)create_cmif_window¶
Source: GitHub
def sdynpy.PolyPy_GUI.create_cmif_window(self)create_frf_window¶
Source: GitHub
def sdynpy.PolyPy_GUI.create_frf_window(self)create_mmif_window¶
Source: GitHub
def sdynpy.PolyPy_GUI.create_mmif_window(self)create_nmif_window¶
Source: GitHub
def sdynpy.PolyPy_GUI.create_nmif_window(self)create_qmif_window¶
Source: GitHub
def sdynpy.PolyPy_GUI.create_qmif_window(self)export_fit_data¶
Source: GitHub
def sdynpy.PolyPy_GUI.export_fit_data(self)export_pole_list¶
Source: GitHub
def sdynpy.PolyPy_GUI.export_pole_list(self)load_geometry¶
Source: GitHub
def sdynpy.PolyPy_GUI.load_geometry(self)plot_shapes¶
Source: GitHub
def sdynpy.PolyPy_GUI.plot_shapes(self)pole_selection_changed¶
Source: GitHub
def sdynpy.PolyPy_GUI.pole_selection_changed(self)save_shapes¶
Source: GitHub
def sdynpy.PolyPy_GUI.save_shapes(self)set_geometry¶
Source: GitHub
def sdynpy.PolyPy_GUI.set_geometry(self, geometry)show_line_selectors¶
Source: GitHub
def sdynpy.PolyPy_GUI.show_line_selectors(self)update_data_plot¶
Source: GitHub
def sdynpy.PolyPy_GUI.update_data_plot(self)update_frequency_from_region¶
Source: GitHub
def sdynpy.PolyPy_GUI.update_frequency_from_region(self)update_max_frequency¶
Source: GitHub
def sdynpy.PolyPy_GUI.update_max_frequency(self)update_min_frequency¶
Source: GitHub
def sdynpy.PolyPy_GUI.update_min_frequency(self)update_resynthesis¶
Source: GitHub
def sdynpy.PolyPy_GUI.update_resynthesis(self)