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

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


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