Skip to content

isMiddle()

Description

Flag indicating the position of an element in a stator. true if the element is located in the middle of the motor.

Syntax

JS
isMiddle() -> Boolean

Return value

Type Description
Boolean true, if the element stator is located in the middle of the motor.

Example

JS
let result = motor.stator.item(StatorItem.ID1).isMiddle()
console.info(result)

See also

isLower()

isUpper()

Last update: 14 August 2025, 18:47