• 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. access monte-carlo data ?

Stats

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

access monte-carlo data ?

MohEllayali
MohEllayali over 14 years ago

hello everybody,

I have a problem with monte carlo simulation, i use for this an ocean script

after running the monte carlo simulation ( one iteration, one seed, saveData set to true ), i am interested in the waveform which comes from it.

so what i do is(after monte carlo finishes successfully) :

selectResult('ac)

i check that all outputs are available by the outputs() commande

i am able to plot my waveform : for instance : plot (v("OUTM")) works fine

but when i want to do more processing i can't

for instance if i am interested in the value of my waveform at 1MHz, i do

value(v("OUTM") 1M), i get as a return value drwave:183029968 which is a waveform , not a value as i would expect.

is there any particular syntax if i want to access monte-carlo data

 

i use cadence IC5141

 

many thanks in advance

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

    It's a waveform, because it is giving you the value at 1M versus the iteration number. You could do a second value() around this to pick a value at a specific iteration number, or use value(v("OUTM") 'iteration 23) to get the waveform at at iteration 23 (and then do value(... 1M) on this.

    Regards,

    Andrew.

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

    It's a waveform, because it is giving you the value at 1M versus the iteration number. You could do a second value() around this to pick a value at a specific iteration number, or use value(v("OUTM") 'iteration 23) to get the waveform at at iteration 23 (and then do value(... 1M) on this.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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