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

Current

No load electric current of the DC motor.

Raises

TypeError

If no_load_electric_current is not an instance of Current.

ValueError