ImplicitUnderflowBehavior Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the action to take when the onboard memory of the device becomes empty.
Syntax
Namespace: NationalInstruments.DAQmx
public enum ImplicitUnderflowBehavior
Remarks
Specifies the action to take when the onboard memory of the device becomes empty. Use this enumeration to get or set the value of ImplicitUnderflowBehavior.
Members
| Name | Value | Description |
|---|---|---|
| HaltOutputAndError | 14615 | Stop generating samples and return an error. |
| PauseUntilDataAvailable | 14616 | Pause the task until samples are available in the FIFO. |