brainaccess.core.device_info#
Classes#
Contains detailed information about a BrainAccess device. |
Module Contents#
- class brainaccess.core.device_info.DeviceInfo[source]#
Bases:
ctypes.StructureContains 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.
- 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.