CfgNet#

class pyedb.configuration.cfg_nets.CfgNets.CfgNet(pedb, net_name: str)#

Represents a single net in the EDB layout with live session access.

Parameters:
pedbobject

Live EDB session.

net_namestr

Name of the net in the EDB layout.

Overview#

is_power_ground

bool: Whether this net is classified as power/ground.

classification

str: "power_ground" or "signal" based on the current EDB flag.

Import detail#

from pyedb.configuration.cfg_nets.CfgNets import CfgNet

Property detail#

property CfgNet.is_power_ground: bool#

bool: Whether this net is classified as power/ground.

property CfgNet.classification: str#

str: "power_ground" or "signal" based on the current EDB flag.

Attribute detail#

CfgNet.name#

Method detail#

CfgNet.__repr__() str#