Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 Tag, PhidgetRFIDTag
 TAG, PhidgetDataEvent
 TAG_LOST, PhidgetDataEvent
 TagPresent, PhidgetRFID
 Temperature, PhidgetPHSensor
 TEMPERATURE_CHANGE, PhidgetDataEvent
 TemperatureInputCount, PhidgetTemperatureSensor
 Thermocouple Types, PhidgetTemperatureSensor
 Time, PhidgetSpatialEventData
 TimeMicroSeconds, PhidgetSpatialEventData
 TimeSeconds, PhidgetSpatialEventData
 ToggleMask, PhidgetIRCodeInfo
 Trail, PhidgetIRCodeInfo
 transmit, PhidgetIR
 transmitRaw, PhidgetIR
 transmitRepeat, PhidgetIR
 Type, Phidget
V
 Value, PhidgetDictionaryEvent
 Variables, PhidgetIRCodeInfo
 Velocity, PhidgetGPS
 VELOCITY_CHANGE, PhidgetDataEvent
 Version, Phidget
 Voltage, PhidgetLED
 Voltages, PhidgetLED
W
 Weight, PhidgetWeightSensor
 WEIGHT_CHANGE, PhidgetDataEvent
 WeightChangeTrigger, PhidgetWeightSensor
 write, PhidgetRFID
Z
 Zero, PhidgetIRCodeInfo
 zeroGyro, PhidgetSpatial
public function get Tag():String
Gets the Tag string
An RFID tag was detected.
An RFID tag was removed.
public function get TagPresent():Boolean
Gets whether a tag is currently being detected by the reader.
public function set Temperature(val: Number):void
Sets the temperature used for internal PH calculations.
A temperature changed.
public function get TemperatureInputCount():int
Gets the number of thermocouple inputs supported by this sensor.
These are the type of thermocouples supported by the PhidgetTemperatureSensor.
public function get Time():Number
Gets the number of seconds since attach.
public function get TimeMicroSeconds():int
Gets the number of microseconds since the last second (0-999999).
public function get TimeSeconds():int
Gets the number of whole seconds since attach.
public var ToggleMask: String
Mask of bits to toggle on each repeat.
public var Trail: int
IR Code trailing pulse in microseconds.
public function transmit(code: String,
codeInfo: PhidgetIRCodeInfo):void
Transmit an IR code.
public function transmitRaw(data: Array,  
carrierFrequency: int = 0,
dutyCycle: int = 0,
gap: int = 0):void
Transmit raw data.
public function transmitRepeat():void
Transmit a repeat code.
public function get Type():String
Gets the type (class) of a Phidget.
public function get Value():String
Gets the value value for this event
public function get Velocity():Number
Gets the last recieved velocity.
A velocity changed.
public function get Version():int
Gets the firwmare version of a Phidget.
public function get Voltage():int
Gets the voltage output for all LEDs.
These are the supported output voltages for the Phidget LED 64 Advanced.
public function get Weight():Number
Gets the currently sensed weight.
A weight changed.
public function get WeightChangeTrigger():Number
Gets the weight change trigger.
public function write(tag: PhidgetRFIDTag,  
lock: Boolean = false):void
Write a tag.
public var Zero: Array
public function zeroGyro(val: int):void
Re-Zeroes the gyro.
Close