Skip to content

isLower()

Description

true if in the motor there is a lower element of the rotor.

Syntax

JS
isLower(itemID: Number) -> Boolean

Parameters

Parameter Type Mandatory Description
itemID Number ✅ Element of the rotor ID.

Return value

Type Description
Boolean true, if in the motor there is a lower element of the rotor.

Example

JS
1
2
3
let rotor = motor.rotor
let result = rotor.isLower(RotorItem.ID1)
console.info(result)

See also

Last update: 14 August 2025, 18:47