Get/Set/Reset AI_ChanCal_Poly_ForwardCoeff
- Updated2023-03-16
- 1 minute(s) read
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.