Source code for pyleecan.Methods.Slot.HoleMag.has_magnet
# -*- coding: utf-8 -*-
[docs]def has_magnet(self):
"""Return if the Hole has magnet
Parameters
----------
self : HoleMag
A HoleMag object
Returns
-------
has_magnet : bool
True
"""
return True