NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

SampleClockOverrunBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
SampleClockOverrunBehavior Enumeration
Specifies the action to take if Sample Clock edges occur faster than the device can handle them.

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

Syntax

public enum SampleClockOverrunBehavior
Public Enumeration SampleClockOverrunBehavior

Members

  Member nameValueDescription
StopTaskAndError15862Stop task and return an error.
IgnoreOverruns15863NI-DAQmx ignores Sample Clock overruns, and the task continues to run.

Remarks

Specifies the action to take if Sample Clock edges occur faster than the device can handle them. Use this enumeration to get or set the value of SampleClockOverrunBehavior.

See Also

Log in to get a better experience