NI-DAQmx .NET Framework 4.0 API Reference

Timing.ChangeDetectionOverflowed Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.ChangeDetectionOverflowed 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.40.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

Log in to get a better experience