EDBExtendedNetData#

class pyedb.dotnet.database.edb_data.nets_data.EDBExtendedNetData(core_app, raw_extended_net=None)#

Bases: pyedb.dotnet.database.dotnet.database.ExtendedNetDotNet

Manages EDB functionalities for a primitives. It Inherits EDB Object properties.

Examples

>>> from pyedb import Edb
>>> edb = Edb(myedb, edbversion="2021.2")
>>> edb_extended_net = edb.nets.extended_nets["GND"]
>>> edb_extended_net.name  # Class Property

Overview#

nets

Nets dictionary.

components

Dictionary of components.

rlc

Dictionary of RLC components.

serial_rlc

Dictionary of serial RLC components.

shunt_rlc

Dictionary of shunt RLC components.

Import detail#

from pyedb.dotnet.database.edb_data.nets_data import EDBExtendedNetData

Property detail#

property EDBExtendedNetData.nets#

Nets dictionary.

property EDBExtendedNetData.components#

Dictionary of components.

property EDBExtendedNetData.rlc#

Dictionary of RLC components.

property EDBExtendedNetData.serial_rlc#

Dictionary of serial RLC components.

property EDBExtendedNetData.shunt_rlc#

Dictionary of shunt RLC components.