brainaccess.core.device_info#

Classes#

DeviceInfo

Contains detailed information about a BrainAccess device.

Module Contents#

class brainaccess.core.device_info.DeviceInfo[source]#

Bases: ctypes.Structure

Contains detailed information about a BrainAccess device.

This class holds static information about the device, such as its model, hardware and firmware versions, and serial number. This is useful for identifying the device and understanding its capabilities.

device_model[source]#

The model of the device.

Type:

DeviceModel

hardware_version#

The hardware version of the device.

Type:

Version

firmware_version#

The firmware version currently installed on the device.

Type:

Version

serial_number#

The unique serial number of the device.

Type:

int

sample_per_packet#

The number of data samples contained in each packet sent by the device.

Type:

int

Initialize self.  See help(type(self)) for accurate signature.
property device_model[source]#

The model of the device.