-
launching aedt through pyaedt in graphical mode generally take some time. Is it possible to start a local session of aedt and then test various script in this already running session without having to relaunch a session through pyaedt? |
Beta Was this translation helpful? Give feedback.
Answered by
fwlfHS
Jul 4, 2023
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Samuelopez-ansys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
new_desktop_session=False
when initializing PyAEDT, this will connect to a running session.