Buffered data from one or more Rhs2116 devices.
Properties
Property | Type | Description |
---|---|---|
AmplifierData
|
Mat |
Gets the high-gain electrophysiology data array. Electrophysiology samples are organized in MxN matrix with M rows representing electrophysiology channel number and N columns representing sample index. Each column is a M-channel vector of ADC samples whose acquisition time is indicated by the corresponding elements in Clock and HubClock. Each ADC sample is an 16-bit, offset binary value encoded as a ushort. The following equation can be used to convert a sample to microvolts:
|
DCData
|
Mat |
Gets the DC-coupled, low-gain amplifier data array for monitoring stimulation waveforms. DC-coupled samples are organized in MxN matrix with M rows representing electrophysiology channel number and N columns representing sample index. Each column is a M-channel vector of ADC samples whose acquisition time is indicated by the corresponding elements in Clock and HubClock. Each ADC sample is an 10-bit, offset binary value encoded as a ushort. The following equation can be used to convert a sample to millivolts:
|
Clock
|
ulong[] |
Gets the buffered array of Clock values. |
HubClock
|
ulong[] |
Gets the buffered array of HubClock values. |