delete#

FarFieldSetup.delete() bool#

Delete the Field Setup in AEDT.

Returns:
bool

True when successful, False when failed.

Examples

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