EDBExtendedNetData#
- class pyedb.dotnet.database.edb_data.nets_data.EDBExtendedNetData(core_app, raw_extended_net=None)#
Bases:
pyedb.dotnet.database.dotnet.database.ExtendedNetDotNetManages 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 dictionary. |
|
Dictionary of components. |
|
Dictionary of RLC components. |
|
Dictionary of serial RLC components. |
|
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.