brainaccess_board#

Submodules#

Functions#

db_connect([filename])

Connect to the database.

msg_connect()

Create connection to BrainAccess Board for communication.

stimulation_connect([name])

Create a new Stimulation object

Package Contents#

brainaccess_board.db_connect(filename='current')[source]#

Connect to the database.

Parameters:

filename (str) – Name of the database file.

Returns:

tuple – ReadDB object and connection status.

Return type:

(ReadDB, bool)

brainaccess_board.msg_connect()[source]#

Create connection to BrainAccess Board for communication.

Returns:

tuple – BoardControl object, commands dictionary and connection status.

Return type:

(BoardControl, dict, bool)

brainaccess_board.stimulation_connect(name='BrainAccessMarkers')[source]#

Create a new Stimulation object

Parameters:

name (str) – Name of the stimulation stream.

Returns:

Stimulation object to send markers to LSL stream.

Return type:

Stimulation