Skip to content

Commit

Permalink
test #55 done
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Oct 22, 2024
1 parent 6bda3ed commit edf790b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/grpc/system/test_edb_future_features_242.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def test_add_raptorx_setup(self, edb_examples):
edbapp.close()

def test_create_hfss_pi_setup(self, edb_examples):
# TODO check HFSS PI later
edbapp = edb_examples.get_si_verse(version=VERSION)
setup = edbapp.create_hfsspi_setup("test")
assert setup.get_simulation_settings()
Expand Down Expand Up @@ -150,6 +151,7 @@ def test_create_hfss_pi_setup(self, edb_examples):
assert settings[k] == settings_get[k]

def test_create_hfss_pi_setup_add_sweep(self, edb_examples):
# TODO check HFSS PI later
edbapp = edb_examples.get_si_verse(version=VERSION)
setup = edbapp.create_hfsspi_setup("test")
setup.add_sweep(name="sweep1", frequency_sweep=["linear scale", "0.1GHz", "10GHz", "0.1GHz"])
Expand Down

0 comments on commit edf790b

Please sign in to comment.