EDBExtendedNetData#

class pyedb.dotnet.edb_core.edb_data.nets_data.EDBExtendedNetData(core_app, raw_extended_net=None)[source]#

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

Methods

EDBExtendedNetData.add_net(name)

Add a new net.

EDBExtendedNetData.api_create(name)

Edb Dotnet Api Database Edb.ExtendedNet.Create.

EDBExtendedNetData.delete()

Edb Dotnet Api Database Delete.

EDBExtendedNetData.find_by_name(layout, net)

Edb Dotnet Api Database Edb.ExtendedNet.FindByName.

Attributes

EDBExtendedNetData.api_class

Return Ansys.Ansoft.Edb class object.

EDBExtendedNetData.api_nets

Return Edb Nets object dictionary.

EDBExtendedNetData.components

Dictionary of components.

EDBExtendedNetData.is_null

Edb Dotnet Api Database NetClass.IsNull().

EDBExtendedNetData.name

Edb Dotnet Api Database NetClass.name and NetClass.SetName().

EDBExtendedNetData.nets

Nets dictionary.

EDBExtendedNetData.rlc

Dictionary of RLC components.

EDBExtendedNetData.serial_rlc

Dictionary of serial RLC components.

EDBExtendedNetData.shunt_rlc

Dictionary of shunt RLC components.