add_layer_below#

LayerCollection.add_layer_below(layer_to_add, layer_to_add_below_name)#

Add a new layer below the specified layer.

This method adjusts existing layers as needed to maintain stackup consistency.

Parameters:
layer_to_addLayer

Name of the layer to add.

layer_to_add_below_namestr

Name of the layer below which to add the new layer.

Returns:
Layer