Source code for pyleecan.Methods.Machine.LamSlotMag.comp_sym

# -*- coding: utf-8 -*-


[docs]def comp_sym(self): """Compute the symmetry factor of the lamination Parameters ---------- self : LamSlotMag A LamSlotMag object Returns ------- sym : int Number of symmetries of the Lamination is_antisym : bool True if an anti-symmetry is possible after the symmetries """ return self.get_pole_pair_number(), True