Time domain

class cued_datalogger.analysis.time_domain.TimeDomainWidget(parent=None)

Bases: cued_datalogger.api.pyqtgraph_extensions.InteractivePlotWidget

The TimeDomainWidget is the main display widget for everything in the time domain.

Methods

set_selected_channels(selected_channels)

Update which channels are plotted

class cued_datalogger.analysis.time_domain.TimeToolbox(parent=None)

Bases: cued_datalogger.api.toolbox.Toolbox

Toolbox containing the Time Domain controls.

Attributes

sig_convert_to_sonogram (pyqtSignal) Signal emitted when the ‘Convert to sonogram’ button is clicked.
sig_convert_to_fft (pyqtSignal) Signal emitted when the ‘Convert to frequency spectrum’ button is clicked.

Methods