Scale Type Property

NI-DAQmx Properties

Scale Type Property

Short Name: ScaleType

Property of DAQmx Scale

Indicates the method or equation form that the custom scale uses.

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

Remarks

The following table lists the characteristics of this property.

Permissionsread only
Resettableno
Settable while task is runningdevice-specific
Available in Run-Time Engineyes