mne_realtime.StimClient#
- class mne_realtime.StimClient(host, port=4218, timeout=5.0, verbose=None)[source]#
Stimulation Client.
Client to communicate with StimServer
- Parameters:
- host
str Hostname (or IP address) of the host where StimServer is running.
- port
int Port to use for the connection.
- timeout
float Communication timeout in seconds.
- verbosebool |
str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- host
See also
- get_trigger(timeout=5.0, verbose=None)[source]#
Get triggers from StimServer.
- Parameters:
- timeout
float maximum time to wait for a valid trigger from the server
- verbosebool |
str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- timeout
See also