pyleecan.Methods.Machine.LamSlotWind.plot_winding module

plot_winding(self, wind_mat=None, all_slot=False, is_show_fig=True, save_path=None, win_title=None)[source]

Plot the Winding in a matplotlib fig

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

  • wind_mat (numpy.ndarray) – Winding Matrix, if None will call get_connection_mat (Default value = None)

  • all_slot (bool) – True if we plot all slot and false when plotting only needed one(sym)

  • is_show_fig (bool) – To call show at the end of the method

  • save_path (str) – full path including folder, name and extension of the file to save if save_path is not None

  • win_title (str) – Window title

Return type:

None