Sets the probe temperature.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public double Temperature { set; } | 
| Visual Basic (Declaration) | 
|---|
| Public WriteOnly Property Temperature As Double | 
| Visual C++ | 
|---|
| public: property double Temperature { void set (double value); } | 
 Remarks
Remarks
            This temperature is used in calculating the PH, and can be set to ensure maximum accuracy.
            If this is not set, the default value of 25 degrees celcius is used.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





