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_DigFltr_EnableCurrent page
Table of Contents

Get/Set/Reset CI_Encoder_ZInput_DigFltr_Enable

Get/Set/Reset CI_Encoder_ZInput_DigFltr_Enable

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

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

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


Purpose

DAQmxGetCIEncoderZInputDigFltrEnable gets the Counter Input >> Position >> Z Input >> Digital Filter >> Enable property.

DAQmxSetCIEncoderZInputDigFltrEnable sets the Counter Input >> Position >> Z Input >> Digital Filter >> Enable property.

DAQmxResetCIEncoderZInputDigFltrEnable resets the Counter Input >> Position >> Z Input >> Digital Filter >> Enable property.

In This Section
Was this information helpful?