Source code for pyleecan.Methods.Slot.HoleM54.get_height_magnet

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


[docs]def get_height_magnet(self): """get the height of the hole for convenience Parameters ---------- self : HoleM54 A HoleM54 object Returns ------- Hmag: float height of the hole [m] """ Hmag = self.H1 return Hmag