CIChannel.VelocityAngularEncoderPulsesPerRevolution Property
- Updated2023-02-21
- 1 minute(s) read
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: Int64Specifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |