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
Add a new net.
Edb Dotnet Api Database Edb.ExtendedNet.Create.
Edb Dotnet Api Database Delete.
EDBExtendedNetData.find_by_name
(layout, net)Edb Dotnet Api Database Edb.ExtendedNet.FindByName.
Attributes
Return Ansys.Ansoft.Edb class object.
Return Edb Nets object dictionary.
Dictionary of components.
Edb Dotnet Api Database NetClass.IsNull().
Edb Dotnet Api Database NetClass.name and NetClass.SetName().
Nets dictionary.
Dictionary of RLC components.
Dictionary of serial RLC components.
Dictionary of shunt RLC components.