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 than no_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

Current

Maximum electric current absorbed by the DC motor.

Raises

TypeError

If maximum_electric_current is not an instance of Current.

ValueError