ServoPosition Property
Gets the current position angle of the servo that was set using
SetPosition(Single).
The value returned is not guaranteed to reflect the actual physical position of the servo, since it can take time for the
servo to move to a given position, or the servo may have been manually re-positioned
whilst in a stopped state.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public float Position { get; }
Public ReadOnly Property Position As Single
Get
member Position : float32 with get
Property Value
Single