TsctlAIOConfigureTestDesc

From embeddedTS Manuals

Returns true (non-zero) if the specific configuration is legal, and false (0) if it is not.

low and high contain the desired voltage range in effect for each channel. The length of these Arrays must be equal to the number of channels.

prec contains the desired (minimum) precision in bits for each channel. The length of this Array must be equal to the number of channels.

t contains the desired (maximum) period in ns for each channel. The length of this Arrays must be equal to the number of channels. The AIO_HZ() macro can be used to convert back and forth between Hz and nanoseconds.

trigger contains the desired trigger signal for activating each channel. The length of this Arrays must be equal to the number of channels

itrig is the interrupt trigger signal. If this value is non-zero, then when the trigger occurs during a call to Gets or Puts, the call will return immediately at the end of the current set of samples, even if the requested number of samples has not yet been taken. A value of zero disables the interrupt trigger.