NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.EncoderZIndexValue Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.EncoderZIndexValue 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.45.49302

Syntax

public double EncoderZIndexValue { get; set; }
Public Property EncoderZIndexValue As Double
	Get
	Set

Property Value

Type: Double
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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also