set_oxide_layer_data# ViaLayer.set_oxide_layer_data(oxide_lyr_idx, thickness=None, material=None)# Set the thickness or material of the oxide layer at the specified index. Parameters: oxide_lyr_idx: intIndex of the oxide layer to be retrieved thickness: :term:`ValueLike`, default: NoneThickness of the oxide layer. If None, the thickness will not be set. material: str, default: NoneMaterial of the oxide layer. If None, the material will not be set.