Skip to content

isUpper()

Description

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

Syntax

JS
isUpper() -> Boolean

Return value

Type Description
Boolean true, if the element on a stator is located in the top part of the motor.

Example

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