electric_current_is_computable

property DCMotor.electric_current_is_computable: bool

Whether is possible to compute the electric_current absorbed by the DC motor.

The electric current computation depends on the value of no_load_electric_current and maximum_electric_current, so if these optional parameters have been set at DC motor instantiation, then it is possible to compute the absorbed electric current and this property is True, otherwise is False.

Returns

bool

Whether is possible to compute the electric current absorbed by the DC motor.