pyleecan.Methods.Machine.LamSlotWind.plot_mmf_unit module¶
- plot_mmf_unit(self, save_path=None, is_show_fig=False)[source]¶
Plot the winding unit mmf as a function of space
- Parameters:
self (LamSlotWind) – an LamSlotWind object
save_path (str) – File path to save the figure
is_show_fig (bool) – To call show at the end of the method
- Returns:
fig – Figure containing the plot
- Return type:
Matplotlib.figure.Figure