Skip to content

RotorItem

RotorItem ID

Constant Description Value
RotorItem.ID1 Element rotor identifier 1
RotorItem.ID2 Element rotor identifier 2
RotorItem.ID3 Element rotor identifier 3

Warning

The number of rotor parts depends on the motor type. The numbering of rotor parts is from bottom to top, i.e., the lower part of the rotor has an ID of RotorItem.ID1, the middle part of the rotor has an ID of RotorItem.ID2, and the upper part of the rotor has an ID of RotorItem.ID3.

Example

JS
let value = RotorItem.ID1;
console.info(value);

RotorItem Layer

Constant Description Value
RotorItem.Lower Lower layer of element rotor 1
RotorItem.Upper Upper layer of element rotor 2

Example

JS
let value = RotorItem.Lower;
console.info(value);
Last update: 14 August 2025, 18:47