BundleWavePort#
- class pyedb.dotnet.database.edb_data.ports.BundleWavePort(pedb, edb_object)#
Bases:
pyedb.dotnet.database.cell.terminal.bundle_terminal.BundleTerminalManages bundle wave port properties.
- Parameters:
- pedb
pyedb.edb.Edb EDB object from the
Edbliblibrary.- edb_object
Ansys.Ansoft.Edb.Cell.Terminal.BundleTerminal BundleTerminal instance from EDB.
- pedb
Overview#
Horizontal extent factor. |
|
Vertical extent factor. |
|
Launch width for the printed electronic component (PEC). |
|
Whether deembed is active. |
|
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.