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.40.49302
Syntax
public enum SampleClockOverrunBehavior
Public Enumeration SampleClockOverrunBehavior
Members
Member 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. |
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.