Get version of running AEDT #3902
-
When connecting to a running instance of AEDT you need to specify the version. Is there an easy way to get the version of a running AEDT in python? |
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Nov 23, 2023
Replies: 1 comment 1 reply
-
If you have one single AEDT session, it is easy to find. The following code returns the AEDT processes given a version, you can use a similar approach to get the version when the loop finds the AEDT process:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fwlfHS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@fwlfHS
If you have one single AEDT session, it is easy to find. The following code returns the AEDT processes given a version, you can use a similar approach to get the version when the loop finds the AEDT process: