EDBNetsData#
- class pyedb.dotnet.edb_core.edb_data.nets_data.EDBNetsData(raw_net, core_app)[source]#
Manages EDB functionalities for a primitives. It Inherits EDB Object properties.
Examples
>>> from pyedb import Edb >>> edb = Edb(myedb, edbversion="2021.2") >>> edb_net = edb.nets.nets["GND"] >>> edb_net.name # Class Property >>> edb_net.name # EDB Object Property
Methods
EDBNetsData.create
(layout, name)Edb Dotnet Api Database Edb.Net.Create.
Edb Dotnet Api Database Edb.Net.Delete.
EDBNetsData.find_by_name
(layout, net)Edb Dotnet Api Database Edb.Net.FindByName.
EDBNetsData.find_dc_short
([fix])Find DC-shorted nets.
Retrieve the smallest trace width from paths.
EDBNetsData.plot
([layers, show_legend, ...])Plot a net to Matplotlib 2D chart.
Attributes
Return Ansys.Ansoft.Edb class object.
Return Ansys.Ansoft.Edb object.
Return the list of components that touch the net.
Get extended net and associated components.
Edb Dotnet Api Database Net.IsNull().
Edb Dotnet Api Database Net.IsPowerGround() and Net.SetIsPowerGround().
Edb Dotnet Api Database net.name and Net.SetName().
Return the list of primitives that belongs to the net.
Return the list of primitives that belongs to the net.