VeriStand .NET API Reference

Scale.ScaleUnit Property

Gets or sets the scale unit. This can be any arbitrary string.

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 Property ScaleUnit As String
C#
public string ScaleUnit { get; set; }
Visual C++
public:
property String^ ScaleUnit {
	String^ get ();
	void set (String^ value);
}

See Also

Log in to get a better experience