| 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 |
Gets the Tag string
public function get Tag():String
Gets whether a tag is currently being detected by the reader.
public function get TagPresent():Boolean
Sets the temperature used for internal PH calculations.
public function set Temperature( val: Number ):void
Gets the number of thermocouple inputs supported by this sensor.
public function get TemperatureInputCount():int
Gets the number of seconds since attach.
public function get Time():Number
Gets the number of microseconds since the last second (0-999999).
public function get TimeMicroSeconds():int
Gets the number of whole seconds since attach.
public function get TimeSeconds():int
Mask of bits to toggle on each repeat.
public var ToggleMask: String
IR Code trailing pulse in microseconds.
public var Trail: int
Transmit an IR code.
public function transmit( code: String, codeInfo: PhidgetIRCodeInfo ):void
Transmit raw data.
public function transmitRaw( data: Array, carrierFrequency: int = 0, dutyCycle: int = 0, gap: int = 0 ):void
Transmit a repeat code.
public function transmitRepeat():void
Gets the type (class) of a Phidget.
public function get Type():String
Gets the value value for this event
public function get Value():String
Gets the last recieved velocity.
public function get Velocity():Number
Gets the firwmare version of a Phidget.
public function get Version():int
Gets the voltage output for all LEDs.
public function get Voltage():int
Gets the currently sensed weight.
public function get Weight():Number
Gets the weight change trigger.
public function get WeightChangeTrigger():Number
Write a tag.
public function write( tag: PhidgetRFIDTag, lock: Boolean = false ):void
public var Zero: Array
Re-Zeroes the gyro.
public function zeroGyro( val: int ):void