Sets custom servo parameters for using a servo not in the predefined list. Pulse widths are specified in microseconds.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public void setServoParameters( double minimumPulseWidth, double maximumPulseWidth, double degrees ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub setServoParameters ( _ minimumPulseWidth As Double, _ maximumPulseWidth As Double, _ degrees As Double _ ) | 
| Visual C++ | 
|---|
| public: void setServoParameters( double minimumPulseWidth, double maximumPulseWidth, double degrees ) | 
Parameters
- minimumPulseWidth
- Type: System..::.Double[Missing <param name="minimumPulseWidth"/> documentation for "M:Phidgets.ServoServo.setServoParameters(System.Double,System.Double,System.Double)"] 
- maximumPulseWidth
- Type: System..::.Double[Missing <param name="maximumPulseWidth"/> documentation for "M:Phidgets.ServoServo.setServoParameters(System.Double,System.Double,System.Double)"] 
- degrees
- Type: System..::.Double[Missing <param name="degrees"/> documentation for "M:Phidgets.ServoServo.setServoParameters(System.Double,System.Double,System.Double)"] 
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





