TextLCD Phidget Advanced Servo Controller (like the 1061 and 1066)

This element allows you access to a  Phidget AdvancedServo Controller device. 

Usage

To use any Phidget element, drag an drop its icon to the list of model elements of your model. Then, edit the connection parameters and invoke phidget.connect() in your code.

All methods returning a boolean will return true on successful completion of the command, false otherwise. Methods returning a double value will return Double.NaN if there is any error when connecting to the phidget.

Available method for this particular phidgets include:

....TODO

Example of use

// Init the module
myAdvancedServo.connect();
//
TODO