close_desktop# Rmxprt.close_desktop() → bool# Close AEDT and release it. This is the same as calling, design.desktop_class.close_desktop(). Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.close_desktop()