GapPort#

class pyedb.dotnet.database.edb_data.ports.GapPort(pedb, edb_object)#

Bases: pyedb.dotnet.database.cell.terminal.edge_terminal.EdgeTerminal

Manages gap port properties.

Parameters:
pedbpyedb.edb.Edb

EDB object from the Edblib library.

edb_objectAnsys.Ansoft.Edb.Cell.Terminal.EdgeTerminal

Edge terminal instance from EDB.

Examples

This example shows how to access the GapPort class. >>> from pyedb import Edb >>> edb = Edb(“myaedb.aedb”) >>> gap_port = edb.ports[“gap_port”]

Overview#

renormalize

Whether renormalize is active.

renormalize_z0

Renormalize Z0 value (real, imag).

renormalization_impedance

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#