plot_winding (method)¶
-
plot_winding
(self, wind_mat=None, all_slot=False, is_show_fig=True)[source]¶ Plot the Winding in a matplotlib fig
- Parameters
self (LamSlotWind) – A: LamSlotWind object
wind_mat (numpy.ndarray) – Winding Matrix, if None will call comp_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
- Returns
- Return type
None