Layer#
- class pyedb.grpc.database.layers.layer.Layer(edb_object=None, name='', layer_type='undefined', **kwargs)#
Manages Layer.
Overview#
|
Get the layer ID. |
|
Get the layer name. |
|
Check if the layer is a stackup layer. |
Import detail#
from pyedb.grpc.database.layers.layer import Layer
Property detail#
- property Layer.id#
Get the layer ID.
- property Layer.is_stackup_layer#
Check if the layer is a stackup layer.
Attribute detail#
- Layer.core = None#
Method detail#
- Layer.update(**kwargs)#