pyleecan.Methods.Machine.Machine.plot_anim_rotor module¶
- plot_anim_rotor(self, Nframe, Tanim, Nrot=1, is_loop=True)[source]¶
Plot the machine with an animation of the rotor (Internal Rotor for now ?)
- Parameters:
self (Machine) – Machine object
Nframe (int) – Number of frame for the animation
Tanim (float) – Duration of the animation [ms]
Nrot (float) – Number of rotation
is_loop (bool) – True to activate the loop animation