delete#

SetupQ3D.delete() bool#

Delete actual Setup.

Returns:
bool

True if setup is deleted. False if it failed.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> setup = app.create_setup()
>>> setup.delete()