Struct ReadChannelParams¶
- 
struct ReadChannelParams
- Loader structure analog to WriteChannelParams. - Public Members - 
string device
- name of the measure device, e.g. “ITC18USB_Dev_0” 
 - 
string channelSuffix
- custom channel suffix, in case the channel number is ambiguous 
 - 
variable sweep
- running number for each measurement 
 - 
variable channelType
- channel type, one of IPNWBChannelTypes 
 - 
variable channelNumber
- running number of the hardware channel 
 - 
variable electrodeNumber
- electrode identifier the channel was acquired with 
 - 
variable groupIndex
- constant for all channels in this measurement. 
 - 
variable ttlBit
- additional information to make the channel number unambigous, in the range 2^0, …, 2^3 
 - 
variable samplingRate
- sampling rate in Hz 
 
- 
string device