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
True
when successful,False
when failed.
Examples
>>> from ansys.aedt.toolkits.common.backend.api import AEDTCommon >>> toolkit_api = AEDTCommon() >>> toolkit_api.launch_aedt()