• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. How can I hide cell name of components in schematic?

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 16559
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I hide cell name of components in schematic?

BaaB
BaaB over 5 years ago

How can I hide cell name of components in schematic?
I know I can do that by changing its value in Edit Object Properties however it would take ages to do that manually for all components. 
If I change in Apply To to all components then I worry that would apply the same size for all transistors and that would be really bad. 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 5 years ago

    The VIew->Hide Instance Labels don't provide that level of granularity, and some SKILL I wrote elsewhere on these forums (abToggleLabelsForPlotting) also don't.

    You could do:

    techGetLP(techGetTechFile(geGetEditCellView()) list("device" "annotate"))~>visible=nil

    which will turn the visibility of all such labels off (you have to redraw after making the change). They will remain invisible for the rest of the session. You could do this in your .cdsinit by doing:

    techGetLP(techGetTechFile(ddGetObj("tsmc18")) list("device" "annotate"))~>visible=nil

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • BaaB
    BaaB over 5 years ago in reply to Andrew Beckett

    Thanks. What do you mean by redraw, redrawing all schematic? 
    Does that apply to all schematic? Is there a reset command to remove it or I should close Cadence tool and open it again?
    Actually I just want to hide it just to take picture of it and then leave it visible again. 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to BaaB

    Redraw the schematic - typically the "F6" schematic redraws, but it's also in View->Redraw. To turn it back on again, use:

    techGetLP(techGetTechFile(ddGetObj("tsmc18")) list("device" "annotate"))~>visible=t

    No need to quit.

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to BaaB

    Redraw the schematic - typically the "F6" schematic redraws, but it's also in View->Redraw. To turn it back on again, use:

    techGetLP(techGetTechFile(ddGetObj("tsmc18")) list("device" "annotate"))~>visible=t

    No need to quit.

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Children
  • BaaB
    BaaB over 5 years ago in reply to Andrew Beckett

    Yeah, it all works well now.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information