• 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. Qt plotting - new strip?

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 143
  • Views 1658
  • 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

Qt plotting - new strip?

markbeck
markbeck over 14 years ago

In IC6.1.5, there is a new method of plotting using 'strips'.  I found that the plot() command now supports specifying the strip number. 

This is great if you know the strip number, but what if I just want to add a new strip? 

How can I either create a new strip or have the plot command automatically create that new strip?

Thanks,
Mark

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago
    Hi Mark,

    There are some limitations in plotting in strip mode from OCEAN which are due to be fixed in IC615 ISR3.

    The stripNumber arg (or whatever it's called) has been supported for a while, but there's some problems with it in IC615 (I'd have to look them up, but I know I found some during testing just prior to release).

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • markbeck
    markbeck over 14 years ago

     Somewhat related to this, is there a way to query the QT plotter to determine how many strips there are in the current subwindow?

     If I could figure out how many strips there are in the current subwindow, I could just direct a function to plot the waveform to the next available strip number.

    Alternatively, I could use gensym() to generate an un-used number. This seems to work fine, but I don't know whether this creates any issues for the Qt plotter to have strips comming in using numbers that it hasn't encountered yet.

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    Mark,

    I'm not aware of one. There isn't in earlier releases either. You should file an enhancement request through customer support.

    gensym() is probably not the way to do this (for a start, it generates a symbol, not a number). What seems to happen is that the strip number is maintained - so if you plot several things to the same (high) strip number, they still go into the same strip.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • markbeck
    markbeck over 14 years ago

    I submitted an SR: 42568138 (couldn't figure out how to specify that it was an enhancement request..)

    While gensym() does return a symbol, as long as the string you feed it is a number string, it will return a symbol that can easily be converted to an integer.  The nice thing about gensym, is that I'm guarenteed not to create the same strip number in a given plot.

     I noticed that the strip number did seem to be maintained, and I was able to create strips with numbers that were arbitrarily high (and not in order).  As far as I can figure out, it's just some sort of ID to the strip.  

    I did implement a "plot to strip" function using the gensym and it appers to be working.

    Thanks,
    Mark

    • 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