Gets the Potential, in volts.

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

Syntax

C#
public double Potential { get; }
Visual Basic (Declaration)
Public ReadOnly Property Potential As Double
Visual C++
public:
property double Potential {
	double get ();
}

Remarks

This returns the actual voltage potential measured by the ADC. A pH of 7.0 corresponts to a potential of 2.5v. This is the value that is internally used to calculate pH in the library.

Exceptions

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

See Also