Timing.ChangeDetectionDIRisingEdgePhysicalChannels Property
- Updated2023-02-21
- 1 minute(s) read
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: StringSpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |