isTypeMiddleYoke()¶ Description¶ true if the middle element of the stator with a yoke in the motor. Syntax¶ JSisTypeMiddleYoke() -> Boolean Return value¶ Type Description Boolean true, if the middle element of the stator with a yoke in the motor. Example¶ JS1 2 3let stator = motor.stator let result = stator.isTypeMiddleYoke() console.info(result) See also Last update: 14 August 2025, 18:47