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

lamination

The lamination attribute of the Project.rotor corresponds to the Rotor Lamination CheckPoint in the GUI. It is an instance of the RotorLaminationData class, which can be accessed through eMotorSolution.CheckPoints.Rotor.Lamination.

Parameters
  • fill_factor_expression: str | float The mathematical expression string or float representing the fill factor of the stator lamination. Default is 1.0.
  • lamination_material_init: str The name of the lamination material. It should be one of the non-magnet materials in the project's materials collection. Default is 50A350.

Methods

MethodDescription
set_lamination_material(material_name)Sets the material_name: str for lamination_material. It should be one of the non-magnet materials in the project's materials collection.
validate()Returns the validation status in dictionary format.

Attributes

AttributeDescription
fill_factorfloat Returns the evaluated fill factor of the rotor lamination. ⚠️ read-only
lamination_materialstr Returns the name of the lamination material. ⚠️ read-only