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¶
AngularSpeedNo load angular speed of the DC motor.
Raises
TypeErrorIf
no_load_speedis not an instance ofAngularSpeed.ValueErrorIf
no_load_speedis negative or null.