Get/Set/Reset AI_ChanCal_Poly_ReverseCoeff
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAIChanCalPolyReverseCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInElements);
int32 __CFUNC DAQmxSetAIChanCalPolyReverseCoeff(TaskHandle taskHandle, const char channel[], float64 *data, uInt32 arraySizeInElements);
int32 __CFUNC DAQmxResetAIChanCalPolyReverseCoeff(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAIChanCalPolyReverseCoeff gets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Reverse Coefficients property.
DAQmxSetAIChanCalPolyReverseCoeff sets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Reverse Coefficients property.
DAQmxResetAIChanCalPolyReverseCoeff resets the Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Polynomial >> Reverse Coefficients property.