R
Ryuji
Guest
Hi:
I just started learning the skill language and Cadence Virtuoso schematic
tool. I need to be able to write some results back to the read-only
schematic, and after some reading and research I found that ilLabel is the
way to go. Problem is I still can't change the read-only symbols' illabels
(cdsTerms) on a read-only schematic and symbol. I know Analog Environments
allows you to annotate your results bac k to the read-only schematic.
So far I know how to retrieve information from an instance such as:
car(geGetSelSet())~>master~>?? ;this prints out master symbol cellview
car(geGetSelSet())~>master~>shapes~>theLabel ; this print out the text of
the label.
I am wondering how I can change ilLabel of an instance on a read-only
schematic and able to display it like Analog Environment is doing. Any
pointers please? thank you
I just started learning the skill language and Cadence Virtuoso schematic
tool. I need to be able to write some results back to the read-only
schematic, and after some reading and research I found that ilLabel is the
way to go. Problem is I still can't change the read-only symbols' illabels
(cdsTerms) on a read-only schematic and symbol. I know Analog Environments
allows you to annotate your results bac k to the read-only schematic.
So far I know how to retrieve information from an instance such as:
car(geGetSelSet())~>master~>?? ;this prints out master symbol cellview
car(geGetSelSet())~>master~>shapes~>theLabel ; this print out the text of
the label.
I am wondering how I can change ilLabel of an instance on a read-only
schematic and able to display it like Analog Environment is doing. Any
pointers please? thank you