mne.realtime.
StimServer
(port=4218, n_clients=1)[source]¶Stimulation Server.
Server to communicate with StimClient(s).
Parameters: | port : int
n_clients : int
|
---|
See also
Methods
__hash__ () <==> hash(x) |
|
add_trigger (trigger[, verbose]) |
Add a trigger. |
shutdown ([verbose]) |
Shutdown the client and server. |
start ([timeout, verbose]) |
Start the server. |
__hash__
() <==> hash(x)¶add_trigger
(trigger, verbose=None)[source]¶Add a trigger.
Parameters: | trigger : int
verbose : bool, str, int, or None
|
---|
See also
shutdown
(verbose=None)[source]¶Shutdown the client and server.
Parameters: | verbose : bool, str, int, or None
|
---|
start
(timeout=inf, verbose=None)[source]¶Start the server.
Parameters: | timeout : float
verbose : bool, str, int, or None
|
---|