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

Type251

main window

The Slot251Data is accessed through the eMotorSolution.CheckPoints.Stator.slots.slot251 module.

Parameters
  • W3_expression: str | float The string mathematical expression or a float value for W3.
  • W3_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the W3. Default is "m".
  • W4_expression: str | float The string mathematical expression or a float value for W4.
  • W4_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the W4. 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".
  • H2_expression: str | float The string mathematical expression or a float value for H2.
  • H2_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the H2. Default is "m".

Methods

MethodDescription
set_W3(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for W3.
set_W4(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for W4.
set_H1(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H1.
set_H2(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H2.
validate()Returns the validation status in dictionary format.

Attributes

AttributeDescription
W3float Returns the evaluated value of W3 in m. ⚠️ read-only
W4float Returns the evaluated value of W4 in m. ⚠️ read-only
H1float Returns the evaluated value of H1 in m. ⚠️ read-only
H2float Returns the evaluated value of H2 in m. ⚠️ read-only
winding_areafloat Returns the area of the slot in m^2. ⚠️ read-only
wedge_areafloat Returns the area of the wedge in m^2. ⚠️ read-only
total_areafloat Returns the total area of the slot in m^2. ⚠️ read-only
hintsdict[str, float] Returns the hints for the slot in m. ⚠️ read-only