Gets the temperature of this thermocouple sensor.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public double Temperature { get; }
Visual Basic (Declaration)
Public ReadOnly Property Temperature As Double
Visual C++
public:
property double Temperature {
	double get ();
}

Remarks

This value is returned in degrees celcius but can easily be converted into other units. The accuracy depends on the thermocouple used. The board is calibrated during manufacture.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also