close_desktop#

Q2d.close_desktop() bool#

Close AEDT and release it. This is the same as calling, design.desktop_class.close_desktop().

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.close_desktop()