Do you have any advice on this <@U016EM8L91B>? I a...
# magic
w
Do you have any advice on this @User? I am also trying
Copy code
setlabel layer metal3
and
Copy code
label ibias FreeSans 30 -metal3
and neither seem to work. Is the manual out of date? Am I passing in arguments wrong?
t
Okay, in my first comment I failed to read this comment first. . .
w
I also cant seem to get the setlabel command to work. I know this label is valid:
Copy code
% findlabel vdd
% setlabel layer
%
t
Try the full set of arguments; e.g.,
label ibias FreeSans 30 0 0 0 c metal3
. The response from the command makes it sound like it is completely ignoring the layer. That would indicate that the command isn't parsed like the manual page says it is.
w
the command you just provided made a label but it did not print what layer it is on, so I seem to have no way of actually checking
Ah, I see. I need to select the label with the cursor, not the findlabel command
the command you provided works, so my problem is resolved. Thanks!
t
FYI,
findlabel
does not select the label; what you want would be
select area [goto vdd]
Which answers your other question, since
goto vdd
returns the type that label
vdd
is attached to.