src.plots.erp package¶
Submodules¶
src.plots.erp.erp_controller module¶
ERP controller
-
class
src.plots.erp.erp_controller.erpController(all_channels_names)[source]¶ Bases:
plots.erp.erp_listener.erpListenerClose the window.
Close the window and send the information to the main controller. :param channels_selected: The channels selected. :type channels_selected: list of str
src.plots.erp.erp_listener module¶
ERP listener
src.plots.erp.erp_view module¶
ERP view
-
class
src.plots.erp.erp_view.erpView(all_channels_names)[source]¶ Bases:
PyQt5.QtWidgets.QWidget-
cancel_erp_trigger()[source]¶ Send the information to the controller that the computation is cancelled.
-
channels_selection_trigger()[source]¶ Open the multiple selector window. The user can select multiple channels.
-