Scale Type

NI-DAQmx C Properties

Scale Type

Data Type: int32
Description: Indicates the method or equation form that the custom scale uses.
Restrictions: Not Settable

Valid values

DAQmx_Val_Linear 10447 Scale values by using the equation y=mx+b, where x is a prescaled value and y is a scaled value.
DAQmx_Val_MapRanges 10448 Scale values proportionally from a range of pre-scaled values to a range of scaled values.
DAQmx_Val_Polynomial 10449 Scale values by using an Nth order polynomial equation.
DAQmx_Val_Table 10450 Map an array of pre-scaled values to an array of corresponding scaled values, with all other values scaled proportionally.


You can get this property using:
  DAQmxGetScaleType