Description of StatorItem Type¶
The embedded type StatorItem is a part of the stator and describes the properties of the stator motor element.
Constants of StatorItem¶
StatorItem ID¶
| Constant | Description | Value | 
|---|---|---|
| StatorItem.ID1 | Identifier of the lower part of the stator | 1 | 
| StatorItem.ID2 | Identifier of the middle part of the stator | 2 | 
| StatorItem.ID3 | Identifier of the upper part of the stator | 3 | 
StatorItem Layer¶
| Constant | Description | Value | 
|---|---|---|
| StatorItem.Lower | Lower layer of the stator element | 1 | 
| StatorItem.Upper | Upper layer of the stator element | 2 | 
Properties of type StatorItem¶
Below is a list of the available properties provided by the StatorItem type. Click on a property name to see its detailed description and examples.
| Property | Description | 
|---|---|
| id | Stator item identifier. | 
| height | Height of the stator item. | 
| angularDisplacement | Angular displacement of the stator item. | 
Methods of type StatorItem¶
Below is a list of the available methods provided by the StatorItem type. Click on a method name to see its detailed description and examples.
| Method | Description | 
|---|---|
| isLower() | trueif in the motor there is a lower stator element. | 
| isMiddle() | trueif in the motor there is a middle stator element. | 
| isUpper() | trueif in the motor there is an upper stator element. | 
| changeProperty() | Changes the value of a property. | 
See Also