BundleWavePort#

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

Bases: pyedb.dotnet.database.cell.terminal.bundle_terminal.BundleTerminal

Manages bundle wave port properties.

Parameters:
pedbpyedb.edb.Edb

EDB object from the Edblib library.

edb_objectAnsys.Ansoft.Edb.Cell.Terminal.BundleTerminal

BundleTerminal instance from EDB.

Overview#

horizontal_extent_factor

Horizontal extent factor.

vertical_extent_factor

Vertical extent factor.

pec_launch_width

Launch width for the printed electronic component (PEC).

deembed

Whether deembed is active.

deembed_length

Deembed Length.

Import detail#

from pyedb.dotnet.database.edb_data.ports import BundleWavePort

Property detail#

property BundleWavePort.horizontal_extent_factor#

Horizontal extent factor.

property BundleWavePort.vertical_extent_factor#

Vertical extent factor.

property BundleWavePort.pec_launch_width#

Launch width for the printed electronic component (PEC).

property BundleWavePort.deembed#

Whether deembed is active.

property BundleWavePort.deembed_length#

Deembed Length.