set_layer_opacity
set_layer_opacity
-lpp {s_layerlpp …}
-opacity i_opacity | -lpp_and_opacity {{s_layerlpp i_opacity} …}]
[ -window_id i_windowID]
Description
Sets the opacity for layer purposes and objects. Multiple objects may be specified with a single opacity or with an opacity for each object.
Arguments
Examples
The following example assigns an opacity of 200 to all met2 layer purposes, and met1 layer purposes blockage, wire:pin and wire:detail.
set_layer_opacity -lpp { "met1:blockage" "met1:wire:pin" "met1:wire:detail" "met2"} -opacity 90
The following example assigns all met2 layer purposes an opacity of 60, and met1:wire:detail layer purposes an opacity of 209.
set_layer_opacity -lpp_and_opacity { "met2 60" "met1:wire:detail 209" }
Related Topics
Return to top