mne.realtime.
StimClient
(host, port=4218, timeout=5.0, verbose=None)[source]¶Stimulation Client.
Client to communicate with StimServer
Parameters: | host : str
port : int
timeout : float
verbose : bool, str, int, or None
|
---|
See also
Methods
__hash__ () <==> hash(x) |
|
close () |
Close the socket object. |
get_trigger ([timeout, verbose]) |
Get triggers from StimServer. |
__hash__
() <==> hash(x)¶get_trigger
(timeout=5.0, verbose=None)[source]¶Get triggers from StimServer.
Parameters: | timeout : float
verbose : bool, str, int, or None
|
---|
See also