Gets the temperature of this thermocouple sensor.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public double Temperature { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property Temperature As Double | 
| Visual C++ | 
|---|
| public: property double Temperature { double get (); } | 
 Remarks
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
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





