pwmRange
Provides access to the servo's PWM range configuration.
This property allows reading and updating the current PWM range of the associated servo. The PWM range determines the range of pulse signals that the servo can accept and is used to control its behavior.
The getter retrieves the current PWM range from the servo, while the setter updates it with a new range.
This property is backed by the pwmRange property of the ServoImplEx instance associated with this servo.