Sets the probe temperature.

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

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

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

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

See Also