S | |
Screen, PhidgetTextLCD | |
ScreenCount, PhidgetTextLCD | |
ScreenSize, PhidgetTextLCD | |
Sender, PhidgetErrorEvent | |
SensorCount | |
serialNumber, Phidget | |
setDataRate, PhidgetSpatial | |
SupplyVoltage, PhidgetMotorControl | |
T | |
Tag, PhidgetRFIDTag | |
TagPresent, PhidgetRFID | |
Temperature, PhidgetPHSensor | |
TemperatureInputCount, PhidgetTemperatureSensor | |
Time, PhidgetSpatialEventData | |
TimeMicroSeconds, PhidgetSpatialEventData | |
TimeSeconds, PhidgetSpatialEventData | |
Type, Phidget | |
V | |
Value, PhidgetDictionaryEvent | |
Velocity, PhidgetGPS | |
Version, Phidget | |
Voltage, PhidgetLED | |
W | |
Weight, PhidgetWeightSensor | |
WeightChangeTrigger, PhidgetWeightSensor |
Gets the active screen.
public function get Screen():int
Gets the number of screens available on the LCD.
public function get ScreenCount():int
Gets the screen size.
public function get ScreenSize():int
The object from which this event originated.
public function get Sender():Object
Gets the number of sensors (analog inputs) supported by this board
public function get SensorCount():int
Gets the number of sensors supported by this controller.
public function get SensorCount():int
Gets the unique serial number of a Phidget.
public function get serialNumber():int
Gets the supply voltage for the board.
public function get SupplyVoltage():Number
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
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