SampleClockUnderflowBehavior Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the action to take when the onboard memory of the device becomes empty. In either case, the sample clock does not stop.
Syntax
Namespace: NationalInstruments.DAQmx
public enum SampleClockUnderflowBehavior
Remarks
Specifies the action to take when the onboard memory of the device becomes empty. In either case, the sample clock does not stop. Use this enumeration to get or set the value of SampleClockUnderflowBehavior.
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. |