NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SampleClockOverrunBehavior Enumeration

SampleClockOverrunBehavior Enumeration

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.40.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

Was this information helpful?