Replies: 2 comments
-
Hi @Garpurinn, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am having difficulties finding a good way to realize the following script:
I have managed to make use of the following to find the ports on the older design:
# Find all the ports in the project
PortsFound = edb.siwave.excitations
This gives me a dictionary, were the "keys" are the names of the ports. But in the "values" fields I get some data that I am not sure how I can use to recreate the port location - like this:
<pyaedt.edb_core.edb_data.sources.ExcitationPorts object at 0x000002A97FA0A800>
Can anybody help me connect the dots from here towards duplicating the port onto a new design? Or is
edb.siwave.excitations
maybe not the correct start for acquiring port locations?Kind regards,
Garpurinn
Beta Was this translation helpful? Give feedback.
All reactions