Stator
The stator
attribute of the Project
class corresponds to the Stator Milestone in the GUI. It specifies the stator slots geometry, winding configuration, and other relevant information.
It is an instance of the StatorData
class, which can be accessed through eMotorSolution.CheckPoints.Stator.Stator
. It contains three main attributes: slot
, winding
, and lamination
.
Parameters
- slot:
SlotsData
- An instance of theSlotsData
class, which contains the slot geometry and other relevant information. - winding:
StatorWindingData
- An instance of theStatorWindingData
class, which contains the winding configuration in the stator. - lamination:
StatorLaminationsData
- An instance of theStatorLaminationsData
class that specifies the lamination properties of the stator.
Methods
Method | Description |
---|---|
validate() | Returns the validation status in dictionary format. |
Attributes
Attribute | Description |
---|---|
slot | SlotsData An instance of the SlotsData class, which contains the slot geometry and other relevant information. |
winding | StatorWindingData An instance of the StatorWindingData class, which contains the winding configuration in the stator. |
lamination | StatorLaminationsData An instance of the StatorLaminationsData class that specifies the lamination properties of the stator. |