Source code for pyleecan.Methods.Machine.MagnetType14.comp_height

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


[docs]def comp_height(self): """Compute the height of the magnet Parameters ---------- self : MagnetType14 A MagnetType14 object Returns ------- Hmag: float The magnet's height [m] """ return self.Hmag