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.CPSDPlot

Signature

class sdynpy.CPSDPlot(data: sdynpy.core.sdynpy_data.PowerSpectralDensityArray, compare_data: sdynpy.core.sdynpy_data.PowerSpectralDensityArray = None)

QMainWindow(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())

Methods

NameSummary
__init__Initialize self. See help(type(self)) for accurate signature.
clear_selection
coherence_state
connectUI
deselect_diagonal
deselect_lower_triangular
deselect_upper_triangular
extend_selection_matrix
find_function_types
imaginary_state
init_matrix_plot
initUI
invert_selection
magnitude_state
phase_state
plot
plot_selected_function
real_state
select_diagonal
select_lower_triangular
select_plotted
select_upper_triangular
selector_click
selector_unclick
settext
state_changed
update_selection

__init__

def sdynpy.CPSDPlot.__init__(self, data: sdynpy.core.sdynpy_data.PowerSpectralDensityArray, compare_data: sdynpy.core.sdynpy_data.PowerSpectralDensityArray = None)

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

clear_selection

def sdynpy.CPSDPlot.clear_selection(self, event)

coherence_state

def sdynpy.CPSDPlot.coherence_state(self, event)

connectUI

def sdynpy.CPSDPlot.connectUI(self)

deselect_diagonal

def sdynpy.CPSDPlot.deselect_diagonal(self, event)

deselect_lower_triangular

def sdynpy.CPSDPlot.deselect_lower_triangular(self, event)

deselect_upper_triangular

def sdynpy.CPSDPlot.deselect_upper_triangular(self, event)

extend_selection_matrix

def sdynpy.CPSDPlot.extend_selection_matrix(self)

find_function_types

def sdynpy.CPSDPlot.find_function_types(self)

imaginary_state

def sdynpy.CPSDPlot.imaginary_state(self, event)

init_matrix_plot

def sdynpy.CPSDPlot.init_matrix_plot(self)

initUI

def sdynpy.CPSDPlot.initUI(self)

invert_selection

def sdynpy.CPSDPlot.invert_selection(self, event)

magnitude_state

def sdynpy.CPSDPlot.magnitude_state(self, event)

phase_state

def sdynpy.CPSDPlot.phase_state(self, event)

plot

def sdynpy.CPSDPlot.plot(self)

plot_selected_function

def sdynpy.CPSDPlot.plot_selected_function(self, event)

real_state

def sdynpy.CPSDPlot.real_state(self, event)

select_diagonal

def sdynpy.CPSDPlot.select_diagonal(self, event)

select_lower_triangular

def sdynpy.CPSDPlot.select_lower_triangular(self, event)

select_plotted

def sdynpy.CPSDPlot.select_plotted(self, event)

select_upper_triangular

def sdynpy.CPSDPlot.select_upper_triangular(self, event)

selector_click

def sdynpy.CPSDPlot.selector_click(self, event)

selector_unclick

def sdynpy.CPSDPlot.selector_unclick(self, event)

settext

def sdynpy.CPSDPlot.settext(self)

state_changed

def sdynpy.CPSDPlot.state_changed(self, event)

update_selection

def sdynpy.CPSDPlot.update_selection(self)