Task.DigitalChangeDetection Event
- 更新时间2023-02-21
- 阅读时长1分钟
Occurs when a digital change is detected on any of the digital lines used in the task.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public event DigitalChangeDetectionEventHandler DigitalChangeDetection
Public Event DigitalChangeDetection As DigitalChangeDetectionEventHandler
Value
Type: NationalInstruments.DAQmxDigitalChangeDetectionEventHandlerExceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |
Remarks
For more information about events in NI-DAQmx, refer to Events.