VeriStand .NET API Reference

ThermocoupleScale.TemperatureUnit Property

Gets or sets the units of the scaled temperature values: Kelvins or degrees Celsius, Fahrenheit, or Rankine.

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

Property Value

An enumeration of TemperatureUnit.

See Also

Log in to get a better experience