![]() | Download Help (Windows Only) |
Specifies the scaling type to use when scaling electrical values from the sensor to physical units.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration AIBridgeScaleType |
C# |
---|
public enum AIBridgeScaleType |
Member name | Description |
---|---|
None | Do not scale electrical values to physical units. |
Polynomial | Scale values by using an Nth order polynomial equation. |
Table | Map an array of electrical values to an array of corresponding physical values, with all other values scaled proportionally. If you specify this scaling type, Maximum and Minimum must be within the smallest and largest physical values. For any data outside those endpoints, NI-DAQmx coerces that data to the endpoints. |
TwoPointLinear | You provide two pairs of electrical values and their corresponding physical values. NI-DAQmx uses those values to calculate the slope and y-intercept of a linear equation and uses that equation to scale electrical values to physical values. |
Helpful
Not Helpful