isTypeMiddleYokeless()¶ Description¶ true if the middle element of the stator in the motor has no yoke. Syntax¶ JSisTypeMiddleYokeless() -> Boolean Return value¶ Type Description Boolean true, if the middle element of the stator in the motor has no yoke. Example¶ JS1 2 3let stator = motor.stator let result = stator.isTypeMiddleYokeless() console.info(result) See Also [] Last update: 14 August 2025, 18:47