Skip to content

isTypeMiddleYokeless()

Description

true if the middle element of the stator in the motor has no yoke.

Syntax

JS
isTypeMiddleYokeless() -> Boolean

Return value

Type Description
Boolean true, if the middle element of the stator in the motor has no yoke.

Example

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

See Also

[]

Last update: 14 August 2025, 18:47