NetClass#
- class pyedb.grpc.database.net.net_class.NetClass(pedb, core)#
Manages EDB functionalities for a primitives. It inherits EDB Object properties.
Examples
>>> from pyedb import Edb >>> myedb = "path_to_your_edb_file.edb" >>> edb = Edb(myedb, version="2026.1") >>> edb.net_classes
Overview#
Create a new net class. |
Delete the net class. |
|
Add a net to the net class. |
|
Determine if a net exists in the net class. |
|
Remove net. |
Description of the net class. |
|
The net class ID. |
|
Check if the net class is a null net class. |
|
Check if the net class is a power/ground net class. |
|
Net class name. |
|
Net list. Attribute is read-only. |
Import detail#
from pyedb.grpc.database.net.net_class import NetClass
Property detail#
- property NetClass.description: str#
Description of the net class.
- Returns:
strDescription of the net class.
- property NetClass.is_null: bool#
Check if the net class is a null net class.
- Returns:
- bool
Trueif the net class is a null net class,Falseotherwise.
Attribute detail#
- NetClass.core#
Method detail#
- NetClass.delete()#
Delete the net class.