MetalLayer#
- class pyedb.libraries.common.MetalLayer(pedb, name, thickness=1e-06, material: str = 'Copper')#
Bases:
LayerConvenience wrapper for metallic layers.
Automatically creates a
Conductormaterial.- Parameters:
Examples
>>> top = MetalLayer(edb, "TOP", thickness=18e-6, material="Gold") >>> top.material.conductivity 58000000.0
Overview#
Material assigned to this layer. |
Import detail#
from pyedb.libraries.common import MetalLayer
Attribute detail#
- MetalLayer.material#
Material assigned to this layer.