Stackup & layers#
These classes are the containers of the layer and stackup manager of the EDB API.
from pyedb import Edb
edb = Edb(myedb, edbversion="2023.1")
# this call returns the EDBLayers class
layer = edb.stackup.stackup_layers
# this call returns the EDBLayer class
layer = edb.stackup["TOP"]
...
Manages EDB methods for stackup accessible from Edb.stackup property. |
Manages Edb Layers. |