Source code for pyleecan.Methods.Slot.SlotW24.comp_height
# -*- coding: utf-8 -*-
[docs]def comp_height(self):
"""Compute the height of the Slot.
Caution, the bottom of the Slot is an Arc
Parameters
----------
self : SlotW24
A SlotW24 object
Returns
-------
Htot: float
Height of the slot [m]
"""
return self.comp_height_active()