RangeMapScale Properties
- Updated2023-02-21
- 3 minute(s) read
RangeMapScale Properties
The RangeMapScale type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Description | Specifies a description for the scale. (Inherited from Scale.) |
![]() | Name | Gets the name of the scale. (Inherited from Scale.) |
![]() | PreScaledMax | Specifies the largest value in the range of pre-scaled values. NI-DAQmx maps this value to ScaledMax. |
![]() | PreScaledMin | Specifies the smallest value in the range of pre-scaled values. NI-DAQmx maps this value to ScaledMin. |
![]() | PreScaledUnits | Specifies the units of the values that you want to scale. (Inherited from Scale.) |
![]() | ScaledMax | Specifies the largest value in the range of scaled values. NI-DAQmx maps this value to PreScaledMax. Reads coerce samples that are larger than this value to match this value. Writes generate errors for samples that are larger than this value. |
![]() | ScaledMin | Specifies the smallest value in the range of scaled values. NI-DAQmx maps this value to PreScaledMin. Reads coerce samples that are smaller than this value to match this value. Writes generate errors for samples that are smaller than this value. |
![]() | ScaledUnits | Specifies the units to use for scaled values. You can use an arbitrary string. (Inherited from Scale.) |
![]() | Type | Gets the type of scale. (Inherited from Scale.) |