-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from ansys-internal/main_edb
Main edb
- Loading branch information
Showing
33 changed files
with
326 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ | |
|
||
__version__ = "0.0.1" | ||
|
||
version = __version__ | ||
|
||
from pyedb.generic.design_types import Edb | ||
version = __version__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
from __future__ import absolute_import # noreorder | ||
|
||
from pyaedt.edb_core.components import Components | ||
from pyaedt.edb_core.hfss import EdbHfss | ||
from pyaedt.edb_core.layout import EdbLayout | ||
from pyaedt.edb_core.nets import EdbNets | ||
from pyaedt.edb_core.padstack import EdbPadstacks | ||
from pyaedt.edb_core.siwave import EdbSiwave | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.