Timing.ChangeDetectionDITristate Property
- Updated2023-02-21
- 1 minute(s) read
TimingChangeDetectionDITristate Property
Specifies whether to tristate lines specified with ChangeDetectionDIRisingEdgePhysicalChannels and ChangeDetectionDIFallingEdgePhysicalChannels that are not in a virtual channel in the task. If you set this property to , NI-DAQmx tristates rising/falling edge lines that are not in a virtual channel in the task. If you set this property to , NI-DAQmx does not modify the configuration of rising/falling edge lines that are not in a virtual channel in the task, even if the lines were previously tristated. Set this property to to detect changes on lines in other tasks or to detect changes on output-only lines.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool ChangeDetectionDITristate { get; set; }
Public Property ChangeDetectionDITristate As Boolean Get Set
Property Value
Type: BooleanSpecifies whether to tristate lines specified with ChangeDetectionDIRisingEdgePhysicalChannels and ChangeDetectionDIFallingEdgePhysicalChannels that are not in a virtual channel in the task. If you set this property to , NI-DAQmx tristates rising/falling edge lines that are not in a virtual channel in the task. If you set this property to , NI-DAQmx does not modify the configuration of rising/falling edge lines that are not in a virtual channel in the task, even if the lines were previously tristated. Set this property to to detect changes on lines in other tasks or to detect changes on output-only lines.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |