Get/Set/Reset CI_AngEncoder_PulsesPerRev
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[], uInt32 *data);
int32 __CFUNC DAQmxSetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[], uInt32 data);
int32 __CFUNC DAQmxResetCIAngEncoderPulsesPerRev(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIAngEncoderPulsesPerRev gets the Counter Input >> Position >> Angular Encoder >> Pulses Per Revolution property.
DAQmxSetCIAngEncoderPulsesPerRev sets the Counter Input >> Position >> Angular Encoder >> Pulses Per Revolution property.
DAQmxResetCIAngEncoderPulsesPerRev resets the Counter Input >> Position >> Angular Encoder >> Pulses Per Revolution property.