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

Type181

main window

The Slot181Data is accessed through the eMotorSolution.CheckPoints.Stator.slots.slot181 module.

Parameters
  • W0_expression: str | float The string mathematical expression or a float value for W0.
  • W0_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the W0. Default is "m".
  • 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".
  • 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".
  • H3_expression: str | float The string mathematical expression or a float value for H3.
  • H3_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the H3. Default is "m".
  • R1_expression: str | float The string mathematical expression or a float value for R1.
  • R1_unit: Literal["m", "dm", "cm", "mm", "in", "ft"] The unit of the R1. Default is "m".

Methods

MethodDescription
set_W0(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for W0.
set_W3(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for W3.
set_H0(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H0.
set_H3(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for H3.
set_R1(expression, unit)Sets the expression: str | float and unit: Literal["m", "dm", "cm", "mm", "in", "ft"] for R1.
validate()Returns the validation status in dictionary format.

Attributes

AttributeDescription
W0float Returns the evaluated value of W0 in m. ⚠️ read-only
W3float Returns the evaluated value of W3 in m. ⚠️ read-only
H0float Returns the evaluated value of H0 in m. ⚠️ read-only
H3float Returns the evaluated value of H3 in m. ⚠️ read-only
R1float Returns the evaluated value of R1 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