VeriStand .NET API Reference

Scale Class

Defines a base class for different types of scales allowed in system definition files. You can create scales to convert from the pre-scaled units measured by a hardware channel to the scaled units associated with a transducer or actuator.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public MustInherit Class Scale _
	Inherits Section
C#
public abstract class Scale : Section
Visual C++
public ref class Scale abstract : public Section

Remarks

Use the members of this class to get information about a scale. Use members of the LookupTable, PolynomialScale, and ThermocoupleScale classes to create those types of scales.

Accessing this Class

Inheritance Hierarchy

See Also

Log in to get a better experience