Ports#

These classes are the containers of ports methods of the EDB for both HFSS and Siwave.

from pyedb.dotnet.edb import Edb

edb = Edb(myedb, edbversion="2023.1")

# this call returns the EDB excitations dictionary
edb.ports
...

GapPort

Manages gap port properties.

WavePort

Manages wave port properties.