Paradigm Presenter
- class gpype.frontend.widgets.paradigm_presenter.ParadigmPresenter[source]
Bases:
Widget,UDPReceiverControl widget for g.tec Paradigm Presenter integration.
Provides interface for loading, starting, and stopping paradigms using the g.tec Paradigm Presenter library. Inherits from UDPReceiver to receive stimulus onset messages from Paradigm Presenter via UDP. Supports folder-based paradigm selection and manual file loading. Note that Paradigm Presenter must be installed and licensed separately.
- __init__(paradigm=None)[source]
Initialize the Paradigm Presenter control widget.
Initializes both the Widget UI components and UDPReceiver for receiving stimulus onset messages from Paradigm Presenter.
- Parameters:
paradigm (str, optional) – Path to paradigm file (.xml) or folder containing paradigm files. If None, uses file dialog.