Sud_ana
02/07/2025, 4:13 PMTim Edwards
02/07/2025, 5:41 PMi
to select a subcell and I
(shift-i
) to select additional cells. The command select area subcell
will also work to select all subcells (not the layers inside) at once.Sud_ana
02/08/2025, 3:26 PMi
for selecting subcell and I
worked. I need to select each additional subcell by moving the mouse pointer and Shift+i
.
However I'm not quite sure how to use the select area subcell
. I used the box tool and then selected a box area that had multiple subcells. Then I used the command select area subcell
but it didn't select all subcells within the box or in the area and therefore subsequent command to move has no impact. Could you kindly elaborate on to use this command if possible ?Tim Edwards
02/09/2025, 5:55 PMselect
command code. I'll need to investigate. Thanks for bringing it to my attention.Tim Edwards
02/09/2025, 7:48 PMselect area subcell
only works if subcells are unexpanded, so first you need to do "`unexpand`" followed by select area subcell
. This is an unnecessary restriction, so I have now corrected it in the source code, making it operate as the documentation implies (no longer requires hiding cell contents before selecting a subcell). This change has some impact on command usage, such as doing something like select area m1,subcell
followed by copy
, which would then copy both the instance and some of its contents. Since previously that would not have worked as expected without unexpanding the subcells first, then the change should not impact existing scripts.