CIChannel.EncoderZIndexValue Property
- Updated2023-02-21
- 1 minute(s) read
CIChannelEncoderZIndexValue Property
Specifies the value to which to reset the measurement when signal Z is high and signal A and signal B are at the states you specify with EncoderZIndexPhase. Specify this value in the units of the measurement.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double EncoderZIndexValue { get; set; }
Public Property EncoderZIndexValue As Double Get Set
Property Value
Type: DoubleSpecifies the value to which to reset the measurement when signal Z is high and signal A and signal B are at the states you specify with EncoderZIndexPhase. Specify this value in the units of the measurement.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |