How can I build a 4 X 4 array of m1 square box of ...
# magic
v
How can I build a 4 X 4 array of m1 square box of 5um sq. ? Not able to do using
array 4 4
command.
t
You can do this with
array
but you need to understand how the
array
command works: (1) Draw a single 5um^2 rectangle of metal 1 (2) Select the metal 1 rectangle (3) Change the cursor box so the the lower-left-hand corner stays at the lower-left-hand corner of the metal 1 rectangle, and the box width matches the X-pitch you want for the array, and the box height matches the Y-pitch you want for the array. (4) Then do
array 4 4
and you will get the result you want.
v
Thanks @Tim Edwards, it worked