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