Instruction manual
AMPDIO DRIVERS
Page 208
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
AIOcountADCgroups
See Also AIOADCisAvailable
6.4.17.5 Determine whether ADC Channel Group has a FIFO — AIOADCgroupHasFIFO
Called to determine whether an ADC channel group has a FIFO.
SUPPORTED IN VERSION 4.10 ONWARDS.
i = AIOADCgroupHasFIFO (h, Group)
where h short: board handle as issued by the
registerBoardEx function.
Group short: ADC channel group.
Returns short: 0 = NO FIFO, 1 = has FIFO;
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
AIOcountADCgroups
See Also AIOgetADCgroupFIFOsize
6.4.17.6 Determine whether ADC Channel Group has a FIFO and Get its Size — AIOgetADCgroupFIFOsize
Called to determine whether an ADC channel group has a FIFO and to determine the size of
the FIFO.
SUPPORTED IN VERSION 4.20 ONWARDS.
i = AIOgetADCgroupFIFOsize (h, Group, pSize)
where h short: board handle as issued by the
registerBoardEx function.
Group short: ADC channel group.
pSize pointer to unsigned long: pointer to unsigned
long variable which will be set to the size of the
FIFO.
Returns short: 0 = NO FIFO, 1 = has FIFO
or ERRHANDLE
ERRCHAN
ERRDATA
Prior Calls registerBoardEx
AIOcountADCgroups