GapPort#
- class pyedb.dotnet.database.edb_data.ports.GapPort(pedb, edb_object)#
Bases:
pyedb.dotnet.database.cell.terminal.edge_terminal.EdgeTerminalManages gap port properties.
- Parameters:
- pedb
pyedb.edb.Edb EDB object from the
Edbliblibrary.- edb_object
Ansys.Ansoft.Edb.Cell.Terminal.EdgeTerminal Edge terminal instance from EDB.
- pedb
Examples
This example shows how to access the
GapPortclass. >>> from pyedb import Edb >>> edb = Edb(“myaedb.aedb”) >>> gap_port = edb.ports[“gap_port”]
Overview#
Whether renormalize is active. |
|
Renormalize Z0 value (real, imag). |
|
Import detail#
from pyedb.dotnet.database.edb_data.ports import GapPort
Property detail#
- property GapPort.renormalize#
Whether renormalize is active.
- property GapPort.renormalize_z0#
Renormalize Z0 value (real, imag).
- property GapPort.renormalization_impedance#