Timing.ChangeDetectionOverflowed Property
- Updated2023-02-21
- 1 minute(s) read
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: BooleanIndicates if samples were missed because change detection events occurred faster than the device could handle them. Some devices detect overflows differently than others.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |