Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.PolyPy_GUI

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

NameSummary
frequencies
frequency_slice
max_frequency
min_frequency

frequencies

frequency_slice

max_frequency

min_frequency

Methods

NameSummary
__init__Initialize self. See help(type(self)) for accurate signature.
compute_shapes
compute_stabilization
connect_callbacks
create_cmif_window
create_frf_window
create_mmif_window
create_nmif_window
create_qmif_window
export_fit_data
export_pole_list
load_geometry
plot_shapes
pole_selection_changed
save_shapes
set_geometry
show_line_selectors
update_data_plot
update_frequency_from_region
update_max_frequency
update_min_frequency
update_resynthesis

__init__

def sdynpy.PolyPy_GUI.__init__(self, frf_data: sdynpy.core.sdynpy_data.TransferFunctionArray)

Initialize self. See help(type(self)) for accurate signature.

compute_shapes

def sdynpy.PolyPy_GUI.compute_shapes(self)

compute_stabilization

def sdynpy.PolyPy_GUI.compute_stabilization(self)

connect_callbacks

def sdynpy.PolyPy_GUI.connect_callbacks(self)

create_cmif_window

def sdynpy.PolyPy_GUI.create_cmif_window(self)

create_frf_window

def sdynpy.PolyPy_GUI.create_frf_window(self)

create_mmif_window

def sdynpy.PolyPy_GUI.create_mmif_window(self)

create_nmif_window

def sdynpy.PolyPy_GUI.create_nmif_window(self)

create_qmif_window

def sdynpy.PolyPy_GUI.create_qmif_window(self)

export_fit_data

def sdynpy.PolyPy_GUI.export_fit_data(self)

export_pole_list

def sdynpy.PolyPy_GUI.export_pole_list(self)

load_geometry

def sdynpy.PolyPy_GUI.load_geometry(self)

plot_shapes

def sdynpy.PolyPy_GUI.plot_shapes(self)

pole_selection_changed

def sdynpy.PolyPy_GUI.pole_selection_changed(self)

save_shapes

def sdynpy.PolyPy_GUI.save_shapes(self)

set_geometry

def sdynpy.PolyPy_GUI.set_geometry(self, geometry)

show_line_selectors

def sdynpy.PolyPy_GUI.show_line_selectors(self)

update_data_plot

def sdynpy.PolyPy_GUI.update_data_plot(self)

update_frequency_from_region

def sdynpy.PolyPy_GUI.update_frequency_from_region(self)

update_max_frequency

def sdynpy.PolyPy_GUI.update_max_frequency(self)

update_min_frequency

def sdynpy.PolyPy_GUI.update_min_frequency(self)

update_resynthesis

def sdynpy.PolyPy_GUI.update_resynthesis(self)