NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceGet/Set/Reset CI_Encoder_ZInput_DigSync_EnableCurrent page
Table of Contents

Get/Set/Reset CI_Encoder_ZInput_DigSync_Enable

Get/Set/Reset CI_Encoder_ZInput_DigSync_Enable

int32 __CFUNC DAQmxGetCIEncoderZInputDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetCIEncoderZInputDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data);

int32 __CFUNC DAQmxResetCIEncoderZInputDigSyncEnable(TaskHandle taskHandle, const char channel[]);


Purpose

DAQmxGetCIEncoderZInputDigSyncEnable gets the Counter Input >> Position >> Z Input >> Digital Synchronization >> Enable property.

DAQmxSetCIEncoderZInputDigSyncEnable sets the Counter Input >> Position >> Z Input >> Digital Synchronization >> Enable property.

DAQmxResetCIEncoderZInputDigSyncEnable resets the Counter Input >> Position >> Z Input >> Digital Synchronization >> Enable property.

In This Section
Was this information helpful?