PhidgetPHSensor

PhidgetPHSensor

A class for controlling a PhidgetPHSensor.  See your product manual for more specific API details, supported functionality, units, etc.

Summary
PhidgetPHSensorA class for controlling a PhidgetPHSensor.
EventsEvents supported by PhidgetPHSensor.
Properties
PHGets the current PH sensed by the PH sensor.
PHMinGets the minumum PH that the sensor might return.
PHMaxGets the maximum PH that the sensor might return
PotentialGets the potential (mV) being measured by the board.
PotentialMinGets the minimum potential that might be returned.
PotentialMaxGets the maximum potential that might be returned.
PHChangeTriggerGets the change trigger for PH.
PHChangeTriggerSets the change trigger for PH.
TemperatureSets the temperature used for internal PH calculations.

Events

Events supported by PhidgetPHSensor.  Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.

PhidgetDataEvent.PH_CHANGEPH change

Properties

PH

public function get PH():Number

Gets the current PH sensed by the PH sensor.

PHMin

public function get PHMin():Number

Gets the minumum PH that the sensor might return.

PHMax

public function get PHMax():Number

Gets the maximum PH that the sensor might return

Potential

public function get Potential():Number

Gets the potential (mV) being measured by the board.

PotentialMin

public function get PotentialMin():Number

Gets the minimum potential that might be returned.

PotentialMax

public function get PotentialMax():Number

Gets the maximum potential that might be returned.

PHChangeTrigger

public function get PHChangeTrigger():Number

Gets the change trigger for PH.

PHChangeTrigger

public function set PHChangeTrigger(val: Number):void

Sets the change trigger for PH.

Parameters

valchange trigger

Temperature

public function set Temperature(val: Number):void

Sets the temperature used for internal PH calculations.

Parameters

valtemperature
Base Phidget class from which all specific device classes inherit.
public function get PH():Number
Gets the current PH sensed by the PH sensor.
public function get PHMin():Number
Gets the minumum PH that the sensor might return.
public function get PHMax():Number
Gets the maximum PH that the sensor might return
public function get Potential():Number
Gets the potential (mV) being measured by the board.
public function get PotentialMin():Number
Gets the minimum potential that might be returned.
public function get PotentialMax():Number
Gets the maximum potential that might be returned.
public function get PHChangeTrigger():Number
Gets the change trigger for PH.
public function set Temperature(val: Number):void
Sets the temperature used for internal PH calculations.
Close