bsl.utils.lsl.lsl_channel_list¶
- bsl.utils.lsl.lsl_channel_list(inlet)[source]¶
Extract the channels name list from the LSL info.
- Parameters:
- inlet
StreamInlet
Inlet to extract the channels list from.
- inlet
- Returns:
- ch_list
list
List of channels name
[name1, name2, ... ]
.
- ch_list