PhidgetTemperatureSensor |
A class for controlling a PhidgetTemperatureSensor. See your product manual for more specific API details, supported functionality, units, etc.
PhidgetTemperatureSensor | A class for controlling a PhidgetTemperatureSensor. |
Events | Events supported by PhidgetTemperatureSensor. |
Constants | |
Thermocouple Types | These are the type of thermocouples supported by the PhidgetTemperatureSensor. |
Properties | |
TemperatureInputCount | Gets the number of thermocouple inputs supported by this sensor. |
AmbientTemperature | Gets the ambient (board) temperature. |
AmbientTemperatureMin | Gets the minimum temperature that the ambient sensor can measure. |
AmbientTemperatureMax | Gets the maximum temperature that the ambient sensor can measure. |
Functions | |
getThermocoupleType | Gets the type of thermocouple expected at a thermocouple input. |
getTemperature | Gets the temperature at a thermocouple input. |
getTemperatureMin | Gets the minimum temperature that a thermocouple input can measure. |
getTemperatureMax | Gets the maximum temperature that a thermocouple input can measure. |
getPotential | Gets the potential (mV) that a thermocouple input is measuring. |
getPotentialMin | Gets the minimum potential that a thermocouple input can measure. |
getPotentialMax | Gets the maximum potential that a thermocouple input can measure. |
getTemperatureChangeTrigger | Gets the change trigger for a thermocouple input. |
setTemperatureChangeTrigger | Sets the change trigger for a thermocouple input. |
setThermocoupleType | Sets the type of thermocouple attached to a thermocouple input. |
These are the type of thermocouples supported by the PhidgetTemperatureSensor. These constants are used with getThermocoupleType and setThermocoupleType.
Gets the number of thermocouple inputs supported by this sensor.
public function get TemperatureInputCount():int
Gets the ambient (board) temperature.
public function get AmbientTemperature():Number
Gets the minimum temperature that the ambient sensor can measure.
public function get AmbientTemperatureMin():Number
Gets the maximum temperature that the ambient sensor can measure.
public function get AmbientTemperatureMax():Number
Gets the type of thermocouple expected at a thermocouple input.
public function getThermocoupleType( index: int ):int
Gets the temperature at a thermocouple input.
public function getTemperature( index: int ):Number
Gets the minimum temperature that a thermocouple input can measure.
public function getTemperatureMin( index: int ):Number
Gets the maximum temperature that a thermocouple input can measure.
public function getTemperatureMax( index: int ):Number
Gets the potential (mV) that a thermocouple input is measuring.
public function getPotential( index: int ):Number
Gets the minimum potential that a thermocouple input can measure.
public function getPotentialMin( index: int ):Number
Gets the maximum potential that a thermocouple input can measure.
public function getPotentialMax( index: int ):Number
Gets the change trigger for a thermocouple input.
public function getTemperatureChangeTrigger( index: int ):Number
Sets the change trigger for a thermocouple input.
public function setTemperatureChangeTrigger( index: int, val: Number ):void
Sets the type of thermocouple attached to a thermocouple input.
public function setThermocoupleType( index: int, val: int ):void