pyleecan.Methods.Machine.Machine.comp_periodicity_time module¶
- comp_periodicity_time(self, slip=0)[source]¶
Compute the (anti)-periodicities of the machine in time domain
- Parameters:
self (Machine) – A Machine object
slip (float) – Rotor asynchronous slip
- Returns:
pert_S (int) – Number of periodicities of the machine over time period (p/felec by default if Nrev is None) in static referential
is_apert_S (bool) – True if an anti-periodicity is possible after the periodicities (in static referential)
pert_R (int) – Number of periodicities of the machine over time period (p/felec by default if Nrev is None) in rotating referential
is_apert_R (bool) – True if an anti-periodicity is possible after the periodicities (in rotating referential)