Skip to content

isTypeMiddleYoke()

Description

true if the middle element of the stator with a yoke in the motor.

Syntax

JS
isTypeMiddleYoke() -> Boolean

Return value

Type Description
Boolean true, if the middle element of the stator with a yoke in the motor.

Example

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

See also

Last update: 14 August 2025, 18:47