VeriStand .NET API Reference

Channel.ScaleUnits Property

Gets the units of the scale associated with the channel.

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 Overridable ReadOnly Property ScaleUnits As String
C#
public virtual string ScaleUnits { get; }
Visual C++
public:
virtual property String^ ScaleUnits {
	String^ get ();
}

Property Value

Returns a string that indicates the units of the scale associated with the channel.

Remarks

The units of the scale can be any arbitrary string. If no scale exists, then this property returns the units of the channel.

See Also

Log in to get a better experience