:class:`EdgeTerminal` ===================== .. py:class:: pyedb.dotnet.database.cell.terminal.edge_terminal.EdgeTerminal(pedb, edb_object) Bases: :py:obj:`pyedb.dotnet.database.cell.terminal.terminal.Terminal` Manages EDB functionalities for a connectable object. .. !! processed by numpydoc !! .. py:currentmodule:: EdgeTerminal Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~couple_ports` - Create a bundle wave port. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~horizontal_extent_factor` - Horizontal extent factor. * - :py:attr:`~vertical_extent_factor` - Vertical extent factor. * - :py:attr:`~pec_launch_width` - Launch width for the printed electronic component (PEC). * - :py:attr:`~deembed` - Whether deembed is active. * - :py:attr:`~deembed_length` - Deembed Length. Import detail ------------- .. code-block:: python from pyedb.dotnet.database.cell.terminal.edge_terminal import EdgeTerminal Property detail --------------- .. py:property:: horizontal_extent_factor Horizontal extent factor. .. !! processed by numpydoc !! .. py:property:: vertical_extent_factor Vertical extent factor. .. !! processed by numpydoc !! .. py:property:: pec_launch_width Launch width for the printed electronic component (PEC). .. !! processed by numpydoc !! .. py:property:: deembed Whether deembed is active. .. !! processed by numpydoc !! .. py:property:: deembed_length Deembed Length. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: couple_ports(port) Create a bundle wave port. :Parameters: **port** : :class:`dotnet.database.ports.WavePort`, :class:`dotnet.database.ports.GapPort`, :class:`python:list`, :obj:`optional` Ports to be added. :Returns: :class:`dotnet.database.ports.BundleWavePort` .. .. !! processed by numpydoc !!