RoboTx API Documentation
C#
VB
F#
Show/Hide TOC
Servo
Range Class
Maintains the range settings for a servo.
Definition
Namespace:
RoboTx.Api
Assembly:
RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
Copy
public
class
ServoRange
VB
Copy
Public
Class
ServoRange
F#
Copy
type
ServoRange
=
class
end
Inheritance
Object
ServoRange
Properties
LowerLimit
Gets the angle lower limit set for the servo.
MaxAngle
Gets the maximum physical angle of the servo.
UpperLimit
Gets the angle upper limit set for the servo.
See Also
Reference
RoboTx.Api Namespace
In This Article
Definition
Properties
See Also