bsl.StreamViewer¶
- class bsl.StreamViewer(stream_name=None)[source]¶
Class for visualizing the signals coming from an LSL stream.
The stream viewer will connect to only one LSL stream. If
stream_name
is set toNone
, an automatic search is performed followed by a prompt if multiple non-markers streams are found.Attributes
Connected StreamReceiver.
Connected stream's name.
Methods
start
([bufsize])Connect to the selected amplifier and plot the streamed data.
- start(bufsize=0.2)[source]¶
Connect to the selected amplifier and plot the streamed data.
If
stream_name
is not provided, look for available streams on the network.
- property sr¶
Connected StreamReceiver.
- Type: