NI-DAQmx .NET Framework 4.5 API Reference

TableScale Properties

  • Updated2023-02-21
  • 2 minute(s) read
TableScale Properties

The TableScale 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 propertyPreScaledUnits
Specifies the units of the values that you want to scale.
(Inherited from Scale.)
Public propertyPreScaledValues
Specifies an array of pre-scaled values. These values map directly to the values in ScaledValues.
Public propertyScaledUnits
Specifies the units to use for scaled values. You can use an arbitrary string.
(Inherited from Scale.)
Public propertyScaledValues
Specifies an array of scaled values. These values map directly to the values in PreScaledValues.
Public propertyType
Gets the type of scale.
(Inherited from Scale.)
Top

See Also

Log in to get a better experience