diff --git a/examples/legacy_standalone/10_GDS_workflow.py b/examples/legacy_standalone/10_GDS_workflow.py index 13525ee49b..5ba2c5f900 100644 --- a/examples/legacy_standalone/10_GDS_workflow.py +++ b/examples/legacy_standalone/10_GDS_workflow.py @@ -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