Open
Description
Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
When Hfss.copy_design_from(file, "Design")
is run, the current design is not updated.
Steps To Reproduce
wg_tee_name = os.path.join("Examples", "HFSS", "RF Microwave", "Tee.aedt")
wg_tee_name = os.path.join(self.aedtapp.desktop_install_dir, wg_tee_name)
hfss.copy_design_from(wg_tee_name, "TeeModel")
If the hfss app was already running with an active design, then hfss.design_name
will not return the new "TeeModel" design.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
All dependencies are installed and up to date.