pyleecan.Methods.Machine.Lamination.has_slot module¶
- has_slot(self, is_bore=True)[source]¶
Return if the lamination has slot on the requested radius (notches not taken into account, cf has_notch)
- Parameters:
self (Lamination) – A Lamination object
is_bore (bool) – True check if there are slots on the bore, else yoke
- Returns:
has_slot – True if the lamination has slot on the requested radius
- Return type:
bool