Closed
Description
Description of the feature
It is likely that users of PyAEDT will need to know the location of the installation folder of AEDT. This is currently implemented in /visualization/advanced/touchstone_parser.py
but should be made available as a method.
Steps for implementing the feature
This code retrieves the installation folder:
aedt_install_folder = list(aedt_versions.installed_versions.values())[0]
Useful links and references
This method would be used to easily retrieve and create a design from the examples. See #5623 for example.