Source code for pyleecan.Methods.Slot.SlotCirc.check

from ....Methods.Slot.Slot import SlotCheckError


[docs]def check(self): """Check that the SlotCirc object is correct Parameters ---------- self : SlotCirc A SlotCirc object Returns ------- None """ pass