NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

RangeMapScale Properties

RangeMapScale Properties

RangeMapScale Properties

The RangeMapScale type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Specifies a description for the scale.
(Inherited from Scale.)
Public propertyName
Gets the name of the scale.
(Inherited from Scale.)
Public propertyPreScaledMax
Specifies the largest value in the range of pre-scaled values. NI-DAQmx maps this value to ScaledMax.
Public propertyPreScaledMin
Specifies the smallest value in the range of pre-scaled values. NI-DAQmx maps this value to ScaledMin.
Public propertyPreScaledUnits
Specifies the units of the values that you want to scale.
(Inherited from Scale.)
Public propertyScaledMax
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.
Public propertyScaledMin
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.
Public propertyScaledUnits
Specifies the units to use for scaled values. You can use an arbitrary string.
(Inherited from Scale.)
Public propertyType
Gets the type of scale.
(Inherited from Scale.)
Top

See Also

In This Section
Was this information helpful?