brainaccess_board#
Submodules#
Functions#
|
Connect to the database. |
Create connection to BrainAccess Board for communication. |
|
|
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)