EDBNetsData#
- class pyaedt.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 pyaedt import Edb >>> edb = Edb(myedb, edbversion="2021.2") >>> edb_net = edb.core_nets.nets["GND"] >>> edb_net.name # Class Property >>> edb_net.GetName() # EDB Object Property
Methods
Delete this net from layout.
Retrieve the smallest trace width from paths.
EDBNetsData.plot
([layers, show_legend, ...])Plot a net to Matplotlib 2D chart.
Attributes
Return the list of components that touch the net.
Either to get/set boolean for power/ground net.
Return the Net Name.
Return the list of primitives that belongs to the net.
Return the list of primitives that belongs to the net.