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.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public float Position { get; }

Property Value

Single

See Also