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 |
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
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 setAcceleration( index: int, val: Number ):void
Sets the change trigger for an axis.
public function setAccelerationChangeTrigger( index: int, val: Number ):void
Enables/Disables BackEMF sensing on a motor.
public function setBackEMFSensingState( index: int, val: Boolean ):void
public function setBraking( index: int, val: Number ):void
Sets the brightness of an LED (0-100).
public function setBrightness( index: int, val: Number ):void
Sets the compass correction factors.
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 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 setCurrentLimit( index: int, val: Number ):void
Sets the current position of a motor.
public function setCurrentPosition( index: int, val: Number ):void
Creates a custom character.
public function setCustomCharacter( index: int, val1: int, val2: int ):void
Sets the data rate for a sensor, in milliseconds.
public function setDataRate( index: int, val: int ):void
Sets the brightness of an LED (0-100).
public function setDiscreteLED( index: int, val: int ):void
Sets the character at a row and column.
public function setDisplayCharacter( row: int, column: 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 setDisplayString( index: int, val: String ):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 setEnabled( index: int, val: Boolean ):void
Sets/Resets the position of an encoder.
public function setEncoderPosition( index: int, val: int ):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 setEngaged( index: int, val: Boolean ):void
Sets the filter type for an input.
public function setFilter( index: int, val: int ):void
public function setGain( index: int, val: int ):void
Sets the error message for an exception.
public function setMessage( message: String ):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 setOutputState( index: int, val: Boolean ):void
Sets the position of a motor.
public function setPosition( index: int, val: Number ):void
Sets/Resets the position of the encoder.
public function setPosition( index: int, val: int ):void
Sets the position of a motor.
public function setPosition( index: int, val: Number ):void
Sets the maximum position that a motor can be set to.
public function setPositionMax( index: int, val: Number ):void
Sets the minimum position that a motor can be set to.
public function setPositionMin( index: int, val: Number ):void
Sets the change trigger for a sensor.
public function setSensorChangeTrigger( index: int, val: int ):void
Sets the servo parameters
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 type
public function setServoType( index: int, val: int ):void
Sets the servo type.
public function setServoType( index: int, val: int ):void
Sets the speed ramping state of a motor.
public function setSpeedRampingOn( index: int, val: Boolean ):void
Sets a new target position for a motor.
public function setTargetPosition( index: int, val: Number ):void
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
Sets the timout for an input, in microseconds.
public function setTimeout( index: int, val: int ):void
Sets the velocity for a motor.
public function setVelocity( 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 setVelocityLimit( index: int, val: Number ):void
Sets the voltage for an output.
public function setVoltage( index: int, val: Number ):void
Start listening for keys.
public function start():void
Stop listening for keys.
public function stop():void
Gets the supply voltage for the board.
public function get SupplyVoltage():Number