NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.ChangeDetectionDIFallingEdgePhysicalChannels Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.ChangeDetectionDIFallingEdgePhysicalChannels Property
Specifies the names of the digital lines or ports on which to detect falling edges. The lines or ports must be used by virtual channels in the task. You also can specify a string that contains a list or range of digital lines or ports.

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

Syntax

public string ChangeDetectionDIFallingEdgePhysicalChannels { get; set; }
Public Property ChangeDetectionDIFallingEdgePhysicalChannels As String
	Get
	Set

Property Value

Type: String
Specifies the names of the digital lines or ports on which to detect falling edges. The lines or ports must be used by virtual channels in the task. You also can specify a string that contains a list or range of digital lines or ports.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience