working_directory#

property Circuit.working_directory: str#

Path to the working directory.

Returns:
str

Full absolute path for the project’s working directory. If this directory does not exist, it is created.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.working_directory