Skip to content

isTypeMiddleYokeless()

Description

true if the middle element of a rotor in an engine has no yoke.

Syntax

JS
isTypeMiddleYokeless() -> Boolean

Return value

Type Description
Boolean true, if the middle element of a rotor in an engine has no yoke.

Example

JS
1
2
3
let rotor = motor.rotor
let result = rotor.isTypeMiddleYokeless()
console.info(result)

See Also

Last update: 14 August 2025, 18:47