create#

NearFieldSetup.create() bool#

Create a Field Setup Component in HFSS.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.hfss_boundary import FieldSetup
>>> obj = FieldSetup()
>>> obj.create()