Stator Type Description¶
The Stator type is an integral part of the motor and describes the properties of the motor stator.
Stator Type Constants¶
Stator MiddleType¶
| Constant | Description | Value | 
|---|---|---|
| Stator.MiddleYoke | Middle part of the stator with yoke | 1 | 
| Stator.MiddleYokeless | Middle part of the stator without yoke | 2 | 
| Stator.Yoke | Middle part of the stator with yoke (outdated) | 1 | 
| Stator.Yokeless | Middle part of the stator without yoke (outdated) | 2 | 
Properties of type Stator¶
Below is a list of the available properties provided by the Stator type. Click on a property name to see its detailed description and examples.
| Property | Description | 
|---|---|
| outerDiameter | Outer diameter of the stator. | 
| outerRadius | Outer radius of the stator. | 
| innerDiameter | Inner diameter of the stator. | 
| innerRadius | Inner radius of the stator. | 
| numberSlots | Numberof slots in the stator. | 
| slotAngleSpan | Angle span of one slot in degrees. | 
| typeMiddleItem | Type of middle item of the stator. | 
| countItems | Count of items in the stator. | 
| items | Array of items in the stator. | 
| nameScript | Name of the script related to the stator. | 
| script | File name of the script related to the stator. | 
| ironMaterial | Iron material of the stator. | 
| ironStacking | Iron stacking coefficient of the stator. | 
| windingMaterial | Winding material of the stator. | 
| windingTemperature | Temperature of winding in the stator. | 
| conductorMaterial | Conductor material of the stator. | 
| conductorTemperature | Temperature of conductor in the stator. | 
Methods of type Stator¶
Below is a list of the available methods provided by the Stator type. Click on a method name to see its detailed description and examples.
| Method | Description | 
|---|---|
| isLower() | trueif the stator element is lower. | 
| isMiddle() | trueif the stator element is middle. | 
| isUpper() | trueif the stator element is upper. | 
| isTypeMiddleYoke() | trueif the middle stator element has a yoke. | 
| isTypeMiddleYokeless() | trueif the middle stator element does not have a yoke. | 
| item() | The stator element. | 
| itemAngularDisplacement() | The angular displacement of the stator element. | 
| setItemAngularDisplacement() | Set the angular displacement of the stator element. | 
| changeProperty() | Changes the value of a property. | 
| rebuildGeometry() | Rebuilds the geometry of the stator. | 
| setErrorGeometry() | Sets an error in the script geometry. | 
See Also