NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CISampleClockOverrunBehavior Enumeration

CISampleClockOverrunBehavior Enumeration

CISampleClockOverrunBehavior Enumeration

Specifies the counter behavior when data is read but a new value was not detected during a sample clock.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum CISampleClockOverrunBehavior
Public Enumeration CISampleClockOverrunBehavior

Members

  Member nameValueDescription
RepeatedData16062Repeat the last sample.
SentinelValue16063Return the sentinel value.

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.

See Also

Was this information helpful?