NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIChannel.AngularEncoderPulsesPerRevolution Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.AngularEncoderPulsesPerRevolution Property
Specifies the number of pulses the encoder generates per revolution. This value is the number of pulses on either signal A or signal B, not the total number of pulses on both signal A and signal B.

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

Syntax

public long AngularEncoderPulsesPerRevolution { get; set; }
Public Property AngularEncoderPulsesPerRevolution As Long
	Get
	Set

Property Value

Type: Int64
Specifies the number of pulses the encoder generates per revolution. This value is the number of pulses on either signal A or signal B, not the total number of pulses on both signal A and signal B.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience