MetalLayer#
- class pyedb.libraries.common.MetalLayer(pedb, name, thickness=1e-06, material: str = 'Copper')#
Convenience wrapper for metallic layers.
Automatically creates a
Conductormaterial.- Parameters:
Examples
>>> top = MetalLayer(edb, "TOP", thickness=18e-6, material="Gold") >>> top.material.conductivity 58000000.0