Get/Set/Reset CI_Encoder_ZIndexVal
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetCIEncoderZIndexVal(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIEncoderZIndexVal gets the Counter Input >> Position >> Z Index Value property.
DAQmxSetCIEncoderZIndexVal sets the Counter Input >> Position >> Z Index Value property.
DAQmxResetCIEncoderZIndexVal resets the Counter Input >> Position >> Z Index Value property.