no_load_speed

property DCMotor.no_load_speed: AngularSpeed

No load angular speed of the DC motor. It must be an instance of AngularSpeed. Its value must be positive.

It is the angular speed at which the DC motor rotates when no load is applied to its rotor.

Once set at the DC motor instantiation, it cannot be changed afterward.

Returns

AngularSpeed

No load angular speed of the DC motor.

Raises

TypeError

If no_load_speed is not an instance of AngularSpeed.

ValueError

If no_load_speed is negative or null.