Source code for pyleecan.Methods.Slot.Hole.has_magnet

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


[docs]def has_magnet(self): """Return if the Hole has magnets Parameters ---------- self : Hole A Hole object Returns ------- has_magnet : bool False """ return False