PhidgetPHSensor |
A class for controlling a PhidgetPHSensor. See your product manual for more specific API details, supported functionality, units, etc.
PhidgetPHSensor | A class for controlling a PhidgetPHSensor. |
Events | Events supported by PhidgetPHSensor. |
Properties | |
PH | Gets the current PH sensed by the PH sensor. |
PHMin | Gets the minumum PH that the sensor might return. |
PHMax | Gets the maximum PH that the sensor might return |
Potential | Gets the potential (mV) being measured by the board. |
PotentialMin | Gets the minimum potential that might be returned. |
PotentialMax | Gets the maximum potential that might be returned. |
PHChangeTrigger | Gets the change trigger for PH. |
PHChangeTrigger | Sets the change trigger for PH. |
Temperature | Sets the temperature used for internal PH calculations. |
Gets the current PH sensed by the PH sensor.
public function get PH():Number
Gets the minumum PH that the sensor might return.
public function get PHMin():Number
Gets the maximum PH that the sensor might return
public function get PHMax():Number
Gets the potential (mV) being measured by the board.
public function get Potential():Number
Gets the minimum potential that might be returned.
public function get PotentialMin():Number
Gets the maximum potential that might be returned.
public function get PotentialMax():Number
Gets the change trigger for PH.
public function get PHChangeTrigger():Number
Sets the temperature used for internal PH calculations.
public function set Temperature( val: Number ):void