• 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 SKILL
  3. Setting Default plot properties

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 18848
  • 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

Setting Default plot properties

shayansh
shayansh over 9 years ago

Hi All,

I was wondering if there is anyway to set the default plotting properties in Cadence? For example, I would like the line thickness to be thick, all the symbols to be showing, the axes to be bold with a larger fontsize than the default. If there a way to set all this up, so all future plots have the same parameters? 

Thanks!

Shayan

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Shayan,

    Something like this in your .cdsinit :

    envSetVal("viva.trace" "lineThickness" 'string "thick")
    envSetVal("viva.trace" "lineStyle" 'string "solid")
    envSetVal("viva.axis" "font" 'string "Helvetica,14,-1,5,75,0,0,0,0,0")
    envSetVal("viva.trace" "symbolsOn" 'string "true")
    envSetVal("viva.trace" "symbolStyle" 'string "Diamond")

    Note that the lineThickness and lineStyle won't affect any signals that are plotted from ADE (anything from the calculator is OK, but anything that is a signal that you added via Outputs->To be Plotted->Select on Schematic use the y0-y9 drawing layer-purpose info (the packets defined in the display.drf for these layers) because they get probed the same way on the schematic and so it's intended that they match. Of course, you can control which symbol style you want, and the font size (14 points) and weight (75 means bold) - there is info in the documentation on these env var settings and the meaning of the font string.

    Regards,

    Andrew.

    • 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