Get/Set/Reset CI_Encoder_ZIndexEnable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCIEncoderZIndexEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIEncoderZIndexEnable gets the Counter Input >> Position >> Z Index Enable property.
DAQmxSetCIEncoderZIndexEnable sets the Counter Input >> Position >> Z Index Enable property.
DAQmxResetCIEncoderZIndexEnable resets the Counter Input >> Position >> Z Index Enable property.