set_auto_open#

Hfss.set_auto_open(enable=True, boundary_type='Radiation')[source]#

Set the HFSS auto open type.

Parameters:
enablebool, optional

Whether to enable the HFSS auto open option. The default is True.

boundary_typestr, optional

Boundary type to use with auto open. Options are "Radiation", "FEBI", and "PML". The default is "Radiation".

Returns:
bool

True when successful, False when failed.

Examples

Enable auto open type for the PML boundary.

>>> hfss.set_auto_open(True, "PML")