We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Hfss.copy_design_from(file, "Design") is run, the current design is not updated.
Hfss.copy_design_from(file, "Design")
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.
hfss.design_name
Windows
3.10
All dependencies are installed and up to date.
The text was updated successfully, but these errors were encountered:
Devin-Crawford
No branches or pull requests
Before submitting the issue
Description of the bug
When
Hfss.copy_design_from(file, "Design")
is run, the current design is not updated.Steps To Reproduce
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.
The text was updated successfully, but these errors were encountered: