Skip to content

isLower()

Description

Flag indicating the position of a stator element. true if the element is positioned at the bottom of the motor.

Syntax

JS
isLower() -> Boolean

Return value

Type Description
Boolean true, if the element stator is positioned at the bottom of the motor.

Example

JS
let result = motor.stator.item(StatorItem.ID1).isLower()
console.info(result)
Last update: 14 August 2025, 18:47