set_bp_curve_coreloss#
- Material.set_bp_curve_coreloss(points: list, kdc: int = 0, cut_depth: float = 0.0001, units: str = 'kw/m^3', bunit: str = 'tesla', frequency: int = 60, thickness: str = '0.5mm') bool#
Set B-P Type Core Loss.
- Parameters:
- Returns:
Examples
>>> from ansys.aedt.core.modules.material import Material >>> obj = Material() >>> obj.set_bp_curve_coreloss(points=[0, 0, 0])