NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

SampleClockUnderflowBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
SampleClockUnderflowBehavior Enumeration
Specifies the action to take when the onboard memory of the device becomes empty. In either case, the sample clock does not stop.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum SampleClockUnderflowBehavior
Public Enumeration SampleClockUnderflowBehavior

Members

  Member nameValueDescription
HaltOutputAndError14615Stop generating samples and return an error.
PauseUntilDataAvailable14616Pause the task until samples are available in the FIFO.

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.

See Also

Log in to get a better experience