NI-DAQ™mx C Reference

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

Get/Set/Reset CI_TwoEdgeSep_Second_DigFltr_Enable

Get/Set/Reset CI_TwoEdgeSep_Second_DigFltr_Enable

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

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

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


Purpose

DAQmxGetCITwoEdgeSepSecondDigFltrEnable gets the Counter Input >> Two Edge Separation >> Second >> Input >> Digital Filter >> Enable property.

DAQmxSetCITwoEdgeSepSecondDigFltrEnable sets the Counter Input >> Two Edge Separation >> Second >> Input >> Digital Filter >> Enable property.

DAQmxResetCITwoEdgeSepSecondDigFltrEnable resets the Counter Input >> Two Edge Separation >> Second >> Input >> Digital Filter >> Enable property.

In This Section
Was this information helpful?