Buffered data from an RHS2116 device.
Properties
Property | Type | Description |
---|---|---|
AmplifierData
|
Mat |
Gets the high-gain AC-coupled ephys amplifier data. Each row corresponds to a channel. Each column corresponds to a sample whose time is indicated by the corresponding element Clock and HubClock. Samples are 16-bits each and are represented using unsigned 16-bit integers. To convert to micro-volts, the following equation can be used:
|
DCData
|
Mat |
Gets the DC-coupled low-gain amplifier data for monitoring stimulation waveforms. Each row corresponds to a channel. Each column corresponds to a sample whose time is indicated by the corresponding element Clock and HubClock. Samples are 10-bits each and are represented using unsigned 16-bit integers. To convert to micro-volts, the following equation can be used:
|
Clock
|
ulong[] |
Gets the buffered array of Clock values. |
HubClock
|
ulong[] |
Gets the buffered array of HubClock values. |