Click or drag to resize

StateVelocity Field

The (signed) velocity at Time.

Namespace: Demo3D.Visuals.Motor
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public readonly double Velocity

Field Value

Double
Remarks
A positive value implies that the motor is travelling forwards whilst a negative value implies that the motor is travelling backwards. A zero value implies that the motor is stationary for a possibly infinitesimal time. You should check the magnitude of the Acceleration to check whether the motor has stopped.
See Also