Specifies the action to take if Sample Clock edges occur faster than the device can handle them.

Syntax

Namespace: NationalInstruments.DAQmx

public enum SampleClockOverrunBehavior

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.

Members

NameValueDescription
StopTaskAndError15862

Stop task and return an error.

IgnoreOverruns15863

NI-DAQmx ignores Sample Clock overruns, and the task continues to run.