mne_realtime.MockLSLStream#
- class mne_realtime.MockLSLStream(host, raw, ch_type, time_dilation=1, status=False)[source]#
Mock LSL Stream.
- Parameters:
- host
str
The LSL identifier of the server.
- rawinstance of
Raw
object An instance of Raw object to be streamed.
- ch_type
str
The type of data that is being streamed.
- time_dilation
int
A scale factor to speed up or slow down the rate of the data being streamed.
- statusbool
If True, give status updates every
sfreq
samples.
- host
Examples using mne_realtime.MockLSLStream
#
Plot real-time epoch data with LSL client
Plot real-time epoch data with LSL client