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.
| Permissions | read only |
| Resettable | no |
| Settable while task is running | device-specific |
| Available in Run-Time Engine | yes |