ImplicitUnderflowBehavior Enumeration
- Updated2023-02-21
- 1 minute(s) read
ImplicitUnderflowBehavior Enumeration
Specifies the action to take when the onboard memory of the device becomes empty.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public enum ImplicitUnderflowBehavior
Public Enumeration ImplicitUnderflowBehavior
Members
Member name | Value | Description | |
---|---|---|---|
HaltOutputAndError | 14615 | Stop generating samples and return an error. | |
PauseUntilDataAvailable | 14616 | Pause the task until samples are available in the FIFO. |
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.