set_auto_open#
- Hfss.set_auto_open(enable: bool | None = True, opening_type: str | None = 'Radiation') bool#
Set the HFSS auto open type.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
Enable auto open type for the PML boundary.
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.set_auto_open(True, "PML")