analyze#

ToolkitBackend.analyze()[source]#

Analyze the design.

Launch analysis in batch. AEDT is released once it is opened.

Returns:
bool

True when successful, False when failed.

Examples

>>> import time
>>> from ansys.aedt.toolkits.antenna.backend.api import ToolkitBackend
>>> toolkit = ToolkitBackend()
>>> msg1 = toolkit_api.launch_thread(toolkit.launch_aedt)
>>> idle = toolkit_api.wait_to_be_idle()
>>> toolkit.get_antenna("BowTie")
>>> toolkit.analyze()