-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new methods to identify terminal nets connections plus excitati…
…ons refactoring (#1984) * Added new methods to identify terminal nets connections in particular method are_port_reference_terminals_connected is doing the following: - get all ports - get references object - get reference net - for each reference object is getting connected objects - checks for intersections of those list to see if there is a common return path between ports. * Fixed doctstrings * Fixed doctstrings * Fixed doctstrings * Fixed doctstrings * added Unit Tests * added coverage * minor improvement on create_cutout_multithread * minor fix on unit test * fix bugs in ironpython * fix bugs in ironpython * fix bugs in ironpython * Improvements on create_cutout methods * Improved documentation * Improved documentation * Improved documentation * Improved documentation * Apply suggestions from code review * Update pyaedt/edb_core/edb_data/padstacks_data.py * Apply suggestions from code review * Apply suggestions from code review * Add documentation for ExcitationSources. * Fix documentation warning. * Improve docstring for get_padstack_terminal_reference_pin. * Added UT Co-authored-by: maxcapodi78 <Shark78> Co-authored-by: Maxime Rey <[email protected]> Co-authored-by: MaxJPRey <[email protected]>
- Loading branch information
1 parent
bc04c13
commit 57f3ca6
Showing
12 changed files
with
729 additions
and
73 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
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
Oops, something went wrong.