launch_aedt#
- AEDTCommon.launch_aedt() bool[source]#
Launch AEDT.
This method is launched in a thread if gRPC is enabled. AEDT is released once it is opened.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.toolkits.common.backend.api import AEDTCommon >>> toolkit_api = AEDTCommon() >>> toolkit_api.launch_aedt()