electric_current_is_computable¶
- property DCMotor.electric_current_is_computable: bool
Whether is possible to compute the
electric_currentabsorbed by the DC motor.The electric current computation depends on the value of
no_load_electric_currentandmaximum_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 isTrue, otherwise isFalse.Returns¶
boolWhether is possible to compute the electric current absorbed by the DC motor.
See Also