Skip to content

isMiddle()

Description

Flag indicating the position of an element in a rotor. 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 in the rotor is in the middle of the motor.

Example

JS
let result = motor.rotor.item(RotorItem.ID1).isMiddle()
console.info(result)

See Also

isLower()

isUpper()

Last update: 14 August 2025, 18:47