Source code for pyleecan.Methods.Machine.LamHole.get_pole_pair_number

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


[docs]def get_pole_pair_number(self): """Return the number of pair of pole of the Lamination Parameters ---------- self : LamHole A LamHole object Returns ------- p: int Number of pair of pole """ return self.hole[0].Zh // 2