Get/Set/Reset CI_LinEncoder_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCILinEncoderUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCILinEncoderUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCILinEncoderUnits gets the Counter Input >> Position >> Linear Encoder >> Units property.
DAQmxSetCILinEncoderUnits sets the Counter Input >> Position >> Linear Encoder >> Units property.
DAQmxResetCILinEncoderUnits resets the Counter Input >> Position >> Linear Encoder >> Units property.