find_layer
find_layer
-layer s_layerName
Description
Returns the object identifier for the given layer.
Arguments
Value Returned
Examples
The following commands set the myLayer variable to the object identifier for layer M6, then uses that variable to get the name of the cut layer above M6.
set myLayer [find_layer -layer M6]
inspect_prop cutLayerAbove.name $myLayer
Related Topics
Return to top