pyleecan.Methods.Machine.Winding.comp_connection_mat module¶
- comp_connection_mat(self, Zs=None, p=None)[source]¶
Compute the Winding Matrix for
- Parameters:
self (Winding) – A: Winding object
Zs (int) – Number of Slot (Integer >0)
p (int) – Number of pole pairs (Integer >0)
- Returns:
wind_mat – Winding Matrix (1, 1, Zs, qs)
- Return type:
numpy.ndarray
- Raises:
WindingT2DefNtError – Zs/qs/2 must be an integer