Skip to content

isTypeMiddleYoke()

Description

true if the middle element of the rotor has a yoke.

Syntax

JS
isTypeMiddleYoke() -> Boolean

Return value

Type Description
Boolean true, if the middle element of the rotor has a yoke.

Example

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

See also

Last update: 14 August 2025, 18:47