Skip to content

A thin convenience wrapper around CereLink's cerebus.cbpy.

License

Notifications You must be signed in to change notification settings

CerebusOSS/cerebuswrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cerebuswrapper

A thin convenience wrapper around CereLink's cerebus.cbpy.

Installation

Requirements:

Cerelink python module cerebus must be installed.

  • Either download and install from the wheel on the releases page,
  • or directly from source if on an internet-connected machine, pip install git+https://github.com/SachsLab/cerebuswrapper.git

Usage

from cerebuswrapper import CbSdkConnection
cbsdk_conn = CbSdkConnection()
cbsdk_conn.connect()
cbsdk_conn.cbsdk_config = {'reset': True, 'get_continuous': True}
result, data = cbsdk_conn.get_continuous_data()
cbsdk_conn.disconnect()  # Will also disconnect when being deleted.

About

A thin convenience wrapper around CereLink's cerebus.cbpy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages