CISampleClockOverrunBehavior Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the counter behavior when data is read but a new value was not detected during a sample clock.
Syntax
Namespace: NationalInstruments.DAQmx
public enum CISampleClockOverrunBehavior
Remarks
Specifies the counter behavior when data is read but a new value was not detected during a sample clock. Use this enumeration to get or set the value of SampleClockOverrunBehavior.
Members
| Name | Value | Description |
|---|---|---|
| RepeatedData | 16062 | Repeat the last sample. |
| SentinelValue | 16063 | Return the sentinel value. |