Source code for pyleecan.Methods.Slot.SlotCirc
from ....Methods.Slot.Slot import SlotCheckError
[docs]class SC_WHCheckError(SlotCheckError):
"""Raised when a SlotCirc has self.H0 < self.W0/2"""
pass
from ....Methods.Slot.Slot import SlotCheckError
[docs]class SC_WHCheckError(SlotCheckError):
"""Raised when a SlotCirc has self.H0 < self.W0/2"""
pass