pyleecan.Methods.Machine.WindingSC.comp_connection_mat module

comp_connection_mat(self, Zs=None, p=None)[source]

Compute the Winding Matrix (for winding type 10) type 10 : Squirrel cage Winding (elementary circuit loop involving bar n°1 and bar n°Zr for alphar0_rad=0) (Nlay_rad=Nlay_tan=1)

Parameters:
  • self (Winding) – A: Winding object

  • Zs (int) – Number of Slot (Integer >0)

  • p (int) – Number of pole pairs (Integer >0)

Returns:

Winding Matrix (Nlay_rad, Nlay_tan, Zs, qs)

Return type:

numpy.ndarray

Raises:

WindingT10DefQsError – qs must be equal to Zs

exception WindingT10DefQsError[source]

Bases: WindingError