no_load_electric_current¶
- property DCMotor.no_load_electric_current: Current | None
No load electric current absorbed by the DC motor. It must be an instance of
Current. Its value must be positive or null and lower thanmaximum_electric_current.It is the electric current absorbed by the DC motor when no load is applied to its rotor.
Once set at the DC motor instantiation, it cannot be changed afterward.
Returns¶
CurrentNo load electric current of the DC motor.
Raises
TypeErrorIf
no_load_electric_currentis not an instance ofCurrent.ValueErrorIf
no_load_electric_currentis negative,if
no_load_electric_currentis higher than or equal tomaximum_electric_current.