Sample Clock >> Underflow Behavior

NI-DAQmx C Properties

Sample Clock >> Underflow Behavior

Data Type: int32
Description: Specifies the action to take when the onboard memory of the device becomes empty.

Valid values

DAQmx_Val_HaltOutputAndError 14615 Stop generating samples and return an error.
DAQmx_Val_PauseUntilDataAvailable 14616 Pause the task until samples are available in the FIFO.


You can get/set/reset this property using:
  DAQmxGetSampClkUnderflowBehavior
  DAQmxSetSampClkUnderflowBehavior
  DAQmxResetSampClkUnderflowBehavior