Module:
sdynpy.modal.sdynpy_polypySource: GitHub
Parent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.modal.sdynpy_polypy.PolyPy_Stability(polypy_gui, polypy_tabwidget, frfs, frequency_region, poles, displacement_derivative)QWidget(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
Methods¶
| Name | Summary |
|---|---|
__init__ | Initialize self. See help(type(self)) for accurate signature. |
connect_callbacks | |
discard | |
mouseClicked | |
mouseMoved | |
plot_poles | |
update_stability_plot_views | |
update_stabilization_plot |
__init__¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.__init__(self, polypy_gui, polypy_tabwidget, frfs, frequency_region, poles, displacement_derivative)Initialize self. See help(type(self)) for accurate signature.
connect_callbacks¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.connect_callbacks(self)discard¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.discard(self)mouseClicked¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.mouseClicked(self, event)mouseMoved¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.mouseMoved(self, position)plot_poles¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.plot_poles(self)update_stability_plot_views¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.update_stability_plot_views(self)update_stabilization_plot¶
Source: GitHub
def sdynpy.modal.sdynpy_polypy.PolyPy_Stability.update_stabilization_plot(self)