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

Polar Magnet with Curve Top

main window

main window

The Polar Magnet with Curve Top data class, SPM_SlotM14Data, is accessed through the eMotorSolution.CheckPoints.Rotor.SPMSM.SPM_SlotM14Data module.

Parameters
  • W0_expression: str | float The string mathematical expression or a float value for W0.
  • W0_unit: Literal["deg", "rad"] The unit of the W0. Default is "deg".
  • W1_expression: str | float The string mathematical expression or a float value for W1.
  • W1_unit: Literal["deg", "rad"] The unit of the W1. Default is "deg".
  • H0_expression: str | float The string mathematical expression or a float value for H0.
  • H0_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the H0. Default is "m".
  • H1_expression: str | float The string mathematical expression or a float value for H1.
  • H1_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the H1. Default is "m".
  • Rtopm_expression: str | float The string mathematical expression or a float value for Rtopm.
  • Rtopm_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the Rtopm. Default is "m".

Methods

MethodDescription
set_W0(expression, unit)Sets the expression: str | float and unit: Literal["deg", "rad"] for W0.
set_W1(expression, unit)Sets the expression: str | float and unit: Literal["deg", "rad"] for W1.
set_H0(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H0.
set_H1(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H1.
set_Rtopm(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for Rtopm.
validate()Returns the validation status in dictionary format.

Attributes

AttributeDescription
W0float Returns the evaluated value of W0 in deg. ⚠️ read-only
W1float Returns the evaluated value of W1 in deg. ⚠️ read-only
H0float Returns the evaluated value of H0 in m. ⚠️ read-only
H1float Returns the evaluated value of H1 in m. ⚠️ read-only
Rtopmfloat Returns the evaluated value of Rtopm in m. ⚠️ read-only
hintsdict[str, float] Returns the hints for the slot in m. ⚠️ read-only