add_oxide_layers#
- ViaLayer.add_oxide_layers(oxide_layers)#
Add oxide layers to the via layer.
- Parameters:
- oxide_layers: tuple of (:term:`ValueLike`, str) or list of tuple of (:term:`ValueLike`, str)
Tuples representing the oxide layer data. The data in the tuple is of the format (
thickness,material). If a single tuple is provided, one oxide layer will be provided. If a list of tuples is provided, one oxide layer will be created per tuple.