Skip to content

Commit

Permalink
import_gdss
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorompi committed Jan 24, 2025
1 parent 4231333 commit ea26823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/legacy_standalone/10_GDS_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#
# This code sets up a simulation with HFSS and adds a frequency sweep.

setup = c.setups.add_setup("Setup1", "1GHz")
setup = c.setups.add_setup("Setup1", "1GHz", 0.02, 10)
setup.add_sweep("Sweep1", "0.01GHz", "5GHz", "0.1GHz")

# ## Provide additional stackup settings
Expand Down

0 comments on commit ea26823

Please sign in to comment.