set_stop_layer#

Padstack.set_stop_layer(layer: str) bool#

Set the stop layer to a specified value.

Parameters:
layerstr

Layer name.

Returns:
bool

“True`` when successful, False when failed.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.stackup_3d import Padstack
>>> obj = Padstack()
>>> obj.set_stop_layer(layer="TOP")