NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIChannel.VelocityDecodingType Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.VelocityDecodingType Property
Specifies how to count and interpret the pulses the encoder generates on signal A and signal B. X1, X2, and X4 are valid for quadrature encoders only. Two Pulse Counting is valid for two-pulse encoders only.

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

Syntax

public CIVelocityEncoderType VelocityDecodingType { get; set; }
Public Property VelocityDecodingType As CIVelocityEncoderType
	Get
	Set

Property Value

Type: CIVelocityEncoderType
Specifies how to count and interpret the pulses the encoder generates on signal A and signal B. X1, X2, and X4 are valid for quadrature encoders only. Two Pulse Counting is valid for two-pulse encoders only.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience