launch_aedt#

ToolkitBackend.launch_aedt() bool#

Launch AEDT.

This method is launched in a thread if gRPC is enabled. AEDT is released once it is opened.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.toolkits.common.backend.api import AEDTCommon
>>> toolkit_api = AEDTCommon()
>>> toolkit_api.launch_aedt()