NI-DAQ™mx C Reference

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

Get/Set/Reset AI_ChanCal_Desc

Get/Set/Reset AI_ChanCal_Desc

int32 __CFUNC DAQmxGetAIChanCalDesc(TaskHandle taskHandle, const char channel[], char *data, uInt32 bufferSize);

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

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


Purpose

DAQmxGetAIChanCalDesc gets the Analog Input >> General Properties >> Channel Calibration >> Description property.

DAQmxSetAIChanCalDesc sets the Analog Input >> General Properties >> Channel Calibration >> Description property.

DAQmxResetAIChanCalDesc resets the Analog Input >> General Properties >> Channel Calibration >> Description property.

In This Section
Was this information helpful?