pyleecan.Functions.Winding.shift_wind_mat module

shift_wind_mat(wind_mat, Nshift)[source]

Shift the Winding Matrix of Nshift number of Slot

Parameters:
  • wind_mat (numpy.ndarray) – A Winding Matrix (Nlay_r, Nlay_theta, Zs, qs) (created by comp_connection_mat)

  • Nshift (int) – Number of Slot to shift (Integer 0 < Nshift < Zs)

Returns:

shift_wind_mat – The shifted matrix along the Slot

Return type:

numpy.ndarray