NI-DAQ™mx C Reference

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

Get/Set/Reset AI_ChanCal_ApplyCalIfExp

Get/Set/Reset AI_ChanCal_ApplyCalIfExp

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

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

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


Purpose

DAQmxGetAIChanCalApplyCalIfExp gets the Analog Input >> General Properties >> Channel Calibration >> Apply Calibration If Expired property.

DAQmxSetAIChanCalApplyCalIfExp sets the Analog Input >> General Properties >> Channel Calibration >> Apply Calibration If Expired property.

DAQmxResetAIChanCalApplyCalIfExp resets the Analog Input >> General Properties >> Channel Calibration >> Apply Calibration If Expired property.

In This Section
Was this information helpful?