Stackup & layers#

These classes are the containers of the layer and stackup manager of the EDB API.

from pyedb.dotnet.edb 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"]
...

Stackup

Manages EDB methods for stackup accessible from Edb.stackup property.

LayerEdbClass

Manages Edb Layers.