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_add
Layer
Name of the layer to add.
- layer_to_add_below_name
str
Name of the layer below which to add the new layer.
- layer_to_add
- Returns:
Layer