NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.EncoderZIndexEnable Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.EncoderZIndexEnable Property
Specifies whether to use Z indexing for the channel.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public bool EncoderZIndexEnable { get; set; }
Public Property EncoderZIndexEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to use Z indexing for the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also