brainevent.config.get_lfsr_algorithm

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:

str

See also

set_lfsr_algorithm

Set the LFSR algorithm.

Examples

>>> import brainevent
>>> brainevent.config.get_lfsr_algorithm()
'lfsr88'