CfgEdgePort#
- class pyedb.configuration.cfg_ports_sources.CfgEdgePort(pedb=None, *args, **kwargs)#
Represent one wave-port or gap-port edge excitation.
Overview#
Write this edge port into the open EDB design. |
|
Serialize this edge port to a plain dictionary. |
Import detail#
from pyedb.configuration.cfg_ports_sources import CfgEdgePort
Attribute detail#
- CfgEdgePort.name#
- CfgEdgePort.type#
- CfgEdgePort.primitive_name#
- CfgEdgePort.point_on_edge#
- CfgEdgePort.horizontal_extent_factor#
- CfgEdgePort.vertical_extent_factor#
- CfgEdgePort.pec_launch_width#
Method detail#
- CfgEdgePort.set_parameters_to_edb()#
Write this edge port into the open EDB design.