SampleClockOverrunBehavior Enumeration
- Updated2026-02-03
- 1 minute(s) read
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
| Name | Value | Description |
|---|---|---|
| StopTaskAndError | 15862 | Stop task and return an error. |
| IgnoreOverruns | 15863 | NI-DAQmx ignores Sample Clock overruns, and the task continues to run. |