メインコンテンツまでスキップ

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 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.

Methods

MethodDescription
validate()Returns the validation status in dictionary format.

Attributes

AttributeDescription
slotSlotsData An instance of the SlotsData class, which contains the slot geometry and other relevant information.
windingStatorWindingData An instance of the StatorWindingData class, which contains the winding configuration in the stator.
laminationStatorLaminationsData An instance of the StatorLaminationsData class that specifies the lamination properties of the stator.