comp_connection_mat (method)

comp_connection_mat(self, Zs=None)[source]

Compute the Winding Matrix (for winding type 3 or 4) (Nlay_rad=1 or 2,Nlay_tan=1) type 3 or 4 : DISTRIBUTED SHORTED PITCH INTEGRAL WINDING

Parameters
  • self (Winding) – A: Winding object

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

Returns

wind_mat – Winding Matrix (1 or 2, 1, Zs, qs)

Return type

numpy.ndarray

Raises

WindingDefMsError – Zs/2/p/qs must be an integer

exception WindingDefMsError[source]

Bases: pyleecan.Methods.Machine.Winding.WindingError