NI-DAQ™mx C Reference

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

Get/Set/Reset CI_Encoder_BInput_DigSync_Enable

Get/Set/Reset CI_Encoder_BInput_DigSync_Enable

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

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

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


Purpose

DAQmxGetCIEncoderBInputDigSyncEnable gets the Counter Input >> Position >> B Input >> Digital Synchronization >> Enable property.

DAQmxSetCIEncoderBInputDigSyncEnable sets the Counter Input >> Position >> B Input >> Digital Synchronization >> Enable property.

DAQmxResetCIEncoderBInputDigSyncEnable resets the Counter Input >> Position >> B Input >> Digital Synchronization >> Enable property.

In This Section
Was this information helpful?