Skip to content

Add property for the installation folder. #5992

Closed
@Devin-Crawford

Description

@Devin-Crawford

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.

Metadata

Metadata

Labels

enhancementNew features or code improvements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions