Skip to content

isLower()

Description

true if the element of the stator is at the lower position in the motor.

Syntax

JS
isLower(itemID: Number) -> Boolean

Parameters

Parameter Type Mandatory Description
itemID Number ✅ Element stator ID.

Return value

Type Description
Boolean true, if the element of the stator is at the lower position in the motor.

Example

JS
1
2
3
let stator = motor.stator
let result = stator.isLower(StatorItem.ID1)
console.info(result)

See also

```

Last update: 14 August 2025, 18:47