Gets the temperature of the ambient sensor IC.
Namespace:
PhidgetsAssembly: 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 IC is calibrated during manufacture.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |