maximum_electric_current¶
- property DCMotor.maximum_electric_current: Current | None
Maximum electric current absorbed by the DC motor. It must be an instance of
Current. Its value must be positive and greater thanno_load_electric_current.It is the maximum electric current the DC motor can absorb when its rotor is kept still by the load.
Once set at the DC motor instantiation, it cannot be changed afterward.
Returns¶
CurrentMaximum electric current absorbed by the DC motor.
Raises
TypeErrorIf
maximum_electric_currentis not an instance ofCurrent.ValueErrorIf
maximum_electric_currentis negative or null,if
maximum_electric_currentis lower than or equal tono_load_electric_current.