NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API Reference...Timing ClassTiming.ChangeDetectionDIRisingEdgePhysicalChannels PropertyCurrent page
Table of Contents

Timing.ChangeDetectionDIRisingEdgePhysicalChannels Property

Timing.ChangeDetectionDIRisingEdgePhysicalChannels Property

TimingChangeDetectionDIRisingEdgePhysicalChannels Property

Specifies the names of the digital lines or ports on which to detect rising 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 ChangeDetectionDIRisingEdgePhysicalChannels { get; set; }
Public Property ChangeDetectionDIRisingEdgePhysicalChannels As String
	Get
	Set

Property Value

Type: String
Specifies the names of the digital lines or ports on which to detect rising 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

Was this information helpful?