NI-DAQmx .NET Framework 4.5 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.ChangeDetectionOverflowed Property

Timing.ChangeDetectionOverflowed Property

TimingChangeDetectionOverflowed Property

Indicates if samples were missed because change detection events occurred faster than the device could handle them. Some devices detect overflows differently than others.

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

Syntax

public bool ChangeDetectionOverflowed { get; }
Public ReadOnly Property ChangeDetectionOverflowed As Boolean
	Get

Property Value

Type: Boolean
Indicates if samples were missed because change detection events occurred faster than the device could handle them. Some devices detect overflows differently than others.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?