comp_connection_mat (method)

@package Methods.Machine.Winding._comp_wind_type_3 Compute the Winding Matrix (for type 3) Method @date Created on Tue Dec 16 09:53:11 2014 @copyright (C) 2014-2015 EOMYS ENGINEERING. @author pierre_b

comp_connection_mat(self, Zs)[source]

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

Parameters:
  • self (Winding) – A: Winding object
  • Zs (int) – Number of Slot (Integer >0)
Returns:

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

Return type:

numpy.ndarray

Raises:

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

exception WindingT3DefMsError[source]

Bases: pyleecan.Methods.Machine.Winding.WindingError