Instruction manual

AMPDIO DRIVERS
Page 211
See Also AIODACisAvailable
6.4.17.11 Determine whether DAC Channel Group has a FIFO AIODACgroupHasFIFO
Called to determine whether a DAC channel group has a FIFO.
SUPPORTED IN VERSION 4.10 ONWARDS.
i = AIODACgroupHasFIFO (h, Group)
where h short: board handle as issued by the
registerBoardEx function.
Group short: DAC channel group.
Returns short: 0 = NO FIFO, 1 = has FIFO;
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
AIOcountDACgroups
See Also AIOgetDACgroupFIFOsize
6.4.17.12 Determine whether DAC Channel Group has a FIFO and Get its Size AIOgetDACgroupFIFOsize
Called to determine whether a DAC channel group has a FIFO and to determine the size of
the FIFO.
SUPPORTED IN VERSION 4.20 ONWARDS.
i = AIOgetDACgroupFIFOsize (h, Group, pSize)
where h short: board handle as issued by the
registerBoardEx function.
Group short: DAC 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
AIOcountDACgroups
See Also AIODACgroupHasFIFO