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

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


[docs]def comp_height(self): """Compute the height of the conductor Parameters ---------- self : CondType12 A CondType12 object Returns ------- H: float Height of the conductor [m] """ return self.comp_width()