Skip to content

isLower()

Description

Flag indicating the position of an element on a rotor. true if the element is located in the lower part of the motor.

Syntax

JS
isLower() -> Boolean

Return value

Type Description
Boolean true, if the element on the rotor is in the lower part of the motor.

Example

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