Skip to content

isUpper()

Description

Flag indicating the position of an element in a rotor. true if the element is located at the top of the motor.

Syntax

JS
isUpper() -> Boolean

Return value

Type Description
Boolean true, if the element in the rotor is at the top of the motor.

Example

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