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
S
 Screen, PhidgetTextLCD
 Screen Sizes, PhidgetTextLCD
 ScreenCount, PhidgetTextLCD
 ScreenSize, PhidgetTextLCD
 Security
 Sender, PhidgetErrorEvent
 SENSOR_CHANGE, PhidgetDataEvent
 SENSOR_UPDATE, PhidgetDataEvent
 SensorCount
 serialNumber, Phidget
 Servo Types
 setAcceleration
 setAccelerationChangeTrigger, PhidgetAccelerometer
 setBackEMFSensingState, PhidgetMotorControl
 setBraking, PhidgetMotorControl
 setBrightness, PhidgetLED
 setCompassCorrectionParameters, PhidgetSpatial
 setCurrentLimit
 setCurrentPosition, PhidgetStepper
 setCustomCharacter, PhidgetTextLCD
 setDataRate
 setDiscreteLED, PhidgetLED
 setDisplayCharacter, PhidgetTextLCD
 setDisplayString
 setEnabled
 setEncoderPosition, PhidgetMotorControl
 setEngaged
 setFilter, PhidgetFrequencyCounter
 setGain, PhidgetBridge
 setMessage, PhidgetError
 setOutputState
 setPosition
 setPositionMax, PhidgetAdvancedServo
 setPositionMin, PhidgetAdvancedServo
 setSensorChangeTrigger, PhidgetInterfaceKit
 setServoParameters
 setServoType
 setSpeedRampingOn, PhidgetAdvancedServo
 setTargetPosition, PhidgetStepper
 setTemperatureChangeTrigger, PhidgetTemperatureSensor
 setThermocoupleType, PhidgetTemperatureSensor
 setTimeout, PhidgetFrequencyCounter
 setVelocity, PhidgetMotorControl
 setVelocityLimit
 setVoltage, PhidgetAnalog
 SPATIAL_DATA, PhidgetDataEvent
 start, PhidgetDictionaryKeyListener
 stop, PhidgetDictionaryKeyListener
 SupplyVoltage, PhidgetMotorControl
public function get Screen():int
Gets the active screen.
These are the Screen sizes supported by the various PhidgetTextLCDs.
public function get ScreenCount():int
Gets the number of screens available on the LCD.
public function get ScreenSize():int
Gets the screen size.
The PhidgetWebService acts as a policy file server.
public function get Sender():Object
The object from which this event originated.
An analog input changed.
Fixed rate sensor event.
public function get SensorCount():int
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 serialNumber():int
Gets the unique serial number of a Phidget.
These are the some predefined servo motors.
These are the some predefined servo motors.
public function setAcceleration(index: int,
val: Number):void
Sets the acceleration of a motor.
public function setAcceleration(index: int,
val: Number):void
Sets the acceleration for a motor.
public function setAcceleration(index: int,
val: Number):void
Sets the acceleration for a motor.
public function setAccelerationChangeTrigger(index: int,
val: Number):void
Sets the change trigger for an axis.
public function setBackEMFSensingState(index: int,
val: Boolean):void
Enables/Disables BackEMF sensing on a motor.
public function setBraking(index: int,
val: Number):void
public function setBrightness(index: int,
val: Number):void
Sets the brightness of an LED (0-100).
public function setCompassCorrectionParameters(magField: Number,
offset0: Number,
offset1: Number,
offset2: Number,
gain0: Number,
gain1: Number,
gain2: Number,
T0: Number,
T1: Number,
T2: Number,
T3: Number,
T4: Number,
T5: Number):void
Sets the compass correction factors.
public function setCurrentLimit(index: int,
val: Number):void
Sets the current limit of an LED (0-80 mA).
public function setCurrentLimit(index: int,
val: Number):void
Sets the upper current limit for a motor.
public function setCurrentPosition(index: int,
val: Number):void
Sets the current position of a motor.
public function setCustomCharacter(index: int,
val1: int,
val2: int):void
Creates a custom character.
public function setDataRate(index: int,
val: int):void
Sets the data rate for a sensor, in milliseconds.
Sets the data rate for a sensor, in milliseconds.
public function setDiscreteLED(index: int,
val: int):void
Sets the brightness of an LED (0-100).
public function setDisplayCharacter(row: int,
column: int,
val: String):void
Sets the character at a row and column.
public function setDisplayString(index: int,
val: String):void
Sets the display string for a row.
public function setDisplayString(index: int,
val: String):void
Sets the display string for a row.
public function setEnabled(index: int,
val: Boolean):void
Enables/Disables an output.
public function setEnabled(index: int,
val: Boolean):void
Enables/Disables an input.
public function setEnabled(index: int,
val: Boolean):void
Sets the enabled state of an encoder
public function setEnabled(index: int,
val: Boolean):void
Enables/Disables an input.
public function setEncoderPosition(index: int,
val: int):void
Sets/Resets the position of an encoder.
public function setEngaged(index: int,
val: Boolean):void
Sets the engaged state of a motor.
public function setEngaged(index: int,
val: Boolean):void
Sets the engaged (powered) state of a motor.
public function setEngaged(index: int,
val: Boolean):void
Sets the engaged state of a motor.
public function setFilter(index: int,
val: int):void
Sets the filter type for an input.
public function setGain(index: int,
val: int):void
public function setMessage(message: String):void
Sets the error message for an exception.
public function setOutputState(index: int,
val: Boolean):void
Sets the state of a digital output.
public function setOutputState(index: int,
val: Boolean):void
Sets the state of a digital output.
public function setPosition(index: int,
val: Number):void
Sets the position of a motor.
public function setPosition(index: int,
val: int):void
Sets/Resets the position of the encoder.
public function setPosition(index: int,
val: Number):void
Sets the position of a motor.
public function setPositionMax(index: int,
val: Number):void
Sets the maximum position that a motor can be set to.
public function setPositionMin(index: int,
val: Number):void
Sets the minimum position that a motor can be set to.
public function setSensorChangeTrigger(index: int,
val: int):void
Sets the change trigger for a sensor.
public function setServoParameters(index: int,
minUs: Number,
maxUs: Number,
degrees: Number,
velocityMax: Number):void
Sets the servo parameters
public function setServoParameters(index: int,
minUs: Number,
maxUs: Number,
degrees: Number):void
Sets the servo parameters
public function setServoType(index: int,
val: int):void
Sets the servo type
public function setServoType(index: int,
val: int):void
Sets the servo type.
public function setSpeedRampingOn(index: int,
val: Boolean):void
Sets the speed ramping state of a motor.
public function setTargetPosition(index: int,
val: Number):void
Sets a new target position for a motor.
public function setTemperatureChangeTrigger(index: int,
val: Number):void
Sets the change trigger for a thermocouple input.
public function setThermocoupleType(index: int,
val: int):void
Sets the type of thermocouple attached to a thermocouple input.
public function setTimeout(index: int,
val: int):void
Sets the timout for an input, in microseconds.
public function setVelocity(index: int,
val: Number):void
Sets the velocity for a motor.
public function setVelocityLimit(index: int,
val: Number):void
Sets the velocity limit of a motor.
public function setVelocityLimit(index: int,
val: Number):void
Sets the upper velocity limit for a motor.
public function setVoltage(index: int,
val: Number):void
Sets the voltage for an output.
Spatial data was recieved.
public function start():void
Start listening for keys.
public function stop():void
Stop listening for keys.
public function get SupplyVoltage():Number
Gets the supply voltage for the board.
Close