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

NameValueDescription
HaltOutputAndError14615

Stop generating samples and return an error.

PauseUntilDataAvailable14616

Pause the task until samples are available in the FIFO.