update#

FarFieldSetup.update() bool#

Update 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.update()