Sets / Gets the type of servo. This determines how degrees are calculated from PCM pulses, and sets min and max angles.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public ServoServo..::.ServoType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As ServoServo..::.ServoType
Visual C++
public:
property ServoServo..::.ServoType Type {
	ServoServo..::.ServoType get ();
	void set (ServoServo..::.ServoType value);
}

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also