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

FIX: Hfss pi refactoring bug fix #597

Merged
merged 8 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/pyedb/dotnet/edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
)
from pyedb.dotnet.edb_core.edb_data.design_options import EdbDesignOptions
from pyedb.dotnet.edb_core.edb_data.edbvalue import EdbValue
from pyedb.dotnet.edb_core.edb_data.hfss_pi_simulation_setup_data import (
HFSSPISimulationSetup,
)
from pyedb.dotnet.edb_core.edb_data.ports import (
BundleWavePort,
CircuitPort,
Expand Down Expand Up @@ -94,7 +91,10 @@
from pyedb.dotnet.edb_core.padstack import EdbPadstacks
from pyedb.dotnet.edb_core.siwave import EdbSiwave
from pyedb.dotnet.edb_core.stackup import Stackup
from pyedb.dotnet.edb_core.utilities.hfss_simulation_setup import HfssSimulationSetup
from pyedb.dotnet.edb_core.utilities.hfss_simulation_setup import (
HFSSPISimulationSetup,
HfssSimulationSetup,
)
from pyedb.dotnet.edb_core.utilities.siwave_simulation_setup import (
SiwaveDCSimulationSetup,
SiwaveSimulationSetup,
Expand Down
Loading
Loading