Skip to content
New issue

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

Active Design not set for Hfss.copy_design_from() #5623

Open
2 tasks done
Devin-Crawford opened this issue Jan 3, 2025 · 0 comments
Open
2 tasks done

Active Design not set for Hfss.copy_design_from() #5623

Devin-Crawford opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Devin-Crawford
Copy link
Contributor

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.

@Devin-Crawford Devin-Crawford added the bug Something isn't working label Jan 3, 2025
@Devin-Crawford Devin-Crawford self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant