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

Bug located in frequency sweep #664

Closed
2 tasks done
hui-zhou-a opened this issue Jul 11, 2024 · 0 comments · Fixed by #665
Closed
2 tasks done

Bug located in frequency sweep #664

hui-zhou-a opened this issue Jul 11, 2024 · 0 comments · Fixed by #665
Assignees
Labels
bug Something isn't working

Comments

@hui-zhou-a
Copy link
Collaborator

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

After setting sweep properties, the sweep disappears.

Steps To Reproduce


edbapp = edb_examples.get_si_verse()
setup1 = edbapp.create_hfss_setup("setup1")
setup1.add_sweep("sw1", ["linear count", "1MHz", "100MHz", 10])

setup1.sweeps["sw1"].adaptive_sampling = True
print(setup1.sweeps)  # "sw1" doesn't exist anymore

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

all

@hui-zhou-a hui-zhou-a added the bug Something isn't working label Jul 11, 2024
@hui-zhou-a hui-zhou-a self-assigned this Jul 11, 2024
@hui-zhou-a hui-zhou-a linked a pull request Jul 11, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant