Click or drag to resize

IWinchControlmotorTargetSpeed Property

Desired speed of the motor spindle.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
float motorTargetSpeed { get; }
Request Example View Source

Property Value

Type: Single
The speed target. It's can never exceed the part's limits setting.
Remarks
Ideally, the motor is always working at this speed. However, in the physics world of KSP the motor may operate at the lower or the higher speeds. It depends of the various conditions.
See Also