This class represents a Phidget PH Sensor. All methods to read PH data from the PH Sensor are implemented in this class.

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

Syntax

C#
public class PHSensor : Phidget
Visual Basic (Declaration)
Public Class PHSensor _
	Inherits Phidget
Visual C++
public ref class PHSensor : public Phidget

Remarks

The Phidget PH Sensor provides one standard PH sensor input.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.PHSensor

See Also