brainevent.config.get_lfsr_algorithm#
- brainevent.config.get_lfsr_algorithm()[source]#
Return the current global LFSR algorithm name.
- Returns:
One of
'lfsr88','lfsr113', or'lfsr128'.- Return type:
See also
set_lfsr_algorithmSet the LFSR algorithm.
Examples
>>> import brainevent >>> brainevent.config.get_lfsr_algorithm() 'lfsr88'