NI-DAQ™mx C Reference

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

Get/Set/Reset AI_ChanCal_Poly_ForwardCoeff

Get/Set/Reset AI_ChanCal_Poly_ForwardCoeff

int32 __CFUNC DAQmxGetAIChanCalPolyForwardCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInElements);

int32 __CFUNC DAQmxSetAIChanCalPolyForwardCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInElements);

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


Purpose

DAQmxGetAIChanCalPolyForwardCoeff gets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Forward Coefficients property.

DAQmxSetAIChanCalPolyForwardCoeff sets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Forward Coefficients property.

DAQmxResetAIChanCalPolyForwardCoeff resets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Forward Coefficients property.

In This Section
Was this information helpful?