CfgPort#

class pyedb.configuration.cfg_ports_sources.CfgPort(pedb=None, *args, **kwargs)#

Bases: CfgCircuitElement

Lumped circuit port or coaxial (via) port.

Overview#

set_parameters_to_edb

Create port.

export_properties

Serialize this port to a plain dictionary.

Import detail#

from pyedb.configuration.cfg_ports_sources import CfgPort

Attribute detail#

CfgPort.CFG_PORT_TYPE#

Method detail#

CfgPort.set_parameters_to_edb()#

Create port.

CfgPort.export_properties()#

Serialize this port to a plain dictionary.