set_hysteresis_coreloss#

Material.set_hysteresis_coreloss(kdc: int = 0, hci: int = 0, br: int = 0, hkc: int = 0, cut_depth: float = 0.0001) bool#

Set Hysteresis Type Core Loss.

Parameters:
kdcfloat
hcifloat
brfloat
hkcfloat
cut_depthfloat
Returns:
bool

Examples

>>> from ansys.aedt.core.modules.material import Material
>>> obj = Material()
>>> obj.set_hysteresis_coreloss(kdc=1, hci=1)