set_active
set_active
{[ -all_layers [ true | false ] ]
[ -lpp {s_layerlpp …}]
[ -object {s_objectName …}]}
-active [ true | false ]
[ -window_id i_windowID]
Description
Sets the active state for layers and objects and sets the routing object granularity to control what can be selected and highlighted. The routing object granularity is displayed when you right-click in the artwork while in select or highlight mode and you choose Routing Object Granularity.
Arguments
Examples
The following example sets met5 layer purposes active.
set_active -lpp { met5 } -active true
The following examples set all defined layers active.
set_active -all_layers true -active true
set_active -lpp [get_layers] -active true
The following example sets the Routing Object Granularity to Entire Net.
set_active -object { "net" } -active true
set_active -object { "route" "connected_shapes" } -active false
Related Topics
Return to top