Harald Pretl
04/27/2022, 1:10 PMmacro 0 "see no * ; see locali ; see mcon"
macro ! "see no * ; see mcon ; see metal1 ; see via1"
macro @ "see no * ; see via1 ; see metal2 ; see via2"
macro # "see no * ; see via2 ; see metal3 ; see via3"
macro $ "see no * ; see via3 ; see metal4 ; see via4"
macro % "see no * ; see via4 ; see metal5"
macro 9 "see *"
Ryan R
04/27/2022, 1:11 PMTim Edwards
04/27/2022, 1:23 PMsee
and see no
commands do, in Harald's post above) or removed from the toolbar, the latter can be done with a somewhat complicated script. You would first need to get a list of all layers with tech layer "*"
. Then you'd need to select everything in the window and use what -list
, take the first component of the returned list, then remove those entries from the list of all types. Then apply tech lock
to the list of layers, as locking a layer makes it disappear from the toolbar.
What I need is to have a list of visible items on the toolbar that is independent of the locked layers, since if you lock a layer, you can no longer draw it, and need to run tech unlock
to get it back.Ryan R
04/27/2022, 1:25 PM