Skip to content

Items

Description

Array of stator elements, the number of stator elements depends on the value of the motor.machineType property.

Type of Property Value

JS
Array<StatorItem>

Access

Read-Only

Example

JS
let result = motor.stator.items
console.info(result) // output: 09:33:29.723 | Stator | StatorItem(0x22591e173c0, "statorItem1"),StatorItem(0x22591e174c0, "statorItem2"),StatorItem(0x22591e168c0, "statorItem3")
Last update: 14 August 2025, 18:47