NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API Reference...CIChannel ClassCIChannel.VelocityAngularEncoderPulsesPerRevolution PropertyCurrent page
Table of Contents

CIChannel.VelocityAngularEncoderPulsesPerRevolution Property

CIChannel.VelocityAngularEncoderPulsesPerRevolution Property

CIChannelVelocityAngularEncoderPulsesPerRevolution 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 VelocityAngularEncoderPulsesPerRevolution { get; set; }
Public Property VelocityAngularEncoderPulsesPerRevolution 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

Was this information helpful?