NI-DAQmx .NET Framework 4.5 API Reference

Task.DigitalChangeDetection Event

  • 更新时间2023-02-21
  • 阅读时长1分钟
Task.DigitalChangeDetection Event
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.DAQmxDigitalChangeDetectionEventHandler

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

For more information about events in NI-DAQmx, refer to Events.

See Also