This module contains BrainVision Remote Data Access (RDA) API definitions, including message structures, type constants and GUID. Refer to the Chapter 12 of the BrainAmp user manual for detailed API description
The module is based on the API implementation (in C) found in the FieldTrip package http://fieldtrip.fcdonders.nl (rdadefs.h)
Bases: _ctypes.Structure
RDA marker structure
Methods
| full(stringLength) | Gets a complete structure including variable fields |
Gets a complete structure including variable fields
| Returns : | class : rda_marker_full_t
|
|---|
Structure/Union member
Structure/Union member
Structure/Union member
Structure/Union member
Bases: _ctypes.Structure
RDA message header
Structure/Union member
Structure/Union member
Structure/Union member
Bases: _ctypes.Structure
RDA data message
Methods
| full(nChannels, nPoints, markersLength) | Gets a complete structure including variable fields |
| read_markers() |
Gets a complete structure including variable fields
| Parameters : | nChannels : int
nPoints : int
markersLength : int
|
|---|---|
| Returns : | class : rda_msg_data_full_t
|
Structure/Union member
Structure/Union member
Structure/Union member
Structure/Union member
Bases: _ctypes.Structure
RDA start message (sent from the server after the client has connected)
Methods
| full(nChannels, stringLength) | Gets a complete structure including variable fields |
Structure/Union member
Gets a complete structure including variable fields
| Returns : | class : rda_msg_start_full_t
|
|---|
Structure/Union member
Structure/Union member