Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Scale Type

NI-DAQmx C Properties

Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Scale Type

Data Type: int32
Description: Specifies the method or equation form that the calibration scale uses.

Refer to the DAQmx Professional Tools Web site for more information and examples of channel calibration.

Valid values

DAQmx_Val_Polynomial 10449 Scale values by using an Nth order polynomial equation.
DAQmx_Val_Table 10450 Map an array of prescaled values to an array of corresponding scaled values, with all other values scaled proportionally.
DAQmx_Val_None 10230


You can get/set/reset this property using:
  DAQmxGetAIChanCalScaleType
  DAQmxSetAIChanCalScaleType
  DAQmxResetAIChanCalScaleType