Skip to content

isMiddle()

Description

true if in the motor there is a middle element of the stator.

Syntax

JS
isMiddle(itemID: Number) -> Boolean

Parameters

Parameter Type Mandatory Description
itemID Number ✅ Element stator ID.

Return value

Type Description
Boolean true, if in the motor there is a middle element of the stator.

Example

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

See also

Last update: 14 August 2025, 18:47