Items
Description
Array of stator elements, the number of stator elements depends on the value of the motor.machineType property.
Type of Property Value
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")
 |