mne.realtime.
StimClient
(host, port=4218, timeout=5.0, verbose=None)¶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]) |
Method to get triggers from StimServer. |
__hash__
() <==> hash(x)¶close
()¶Close the socket object
get_trigger
(timeout=5.0, verbose=None)¶Method to get triggers from StimServer.
Parameters: | timeout : float
verbose : bool, str, int, or None
|
---|
See also