• 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. Set Monto Carlo Options With Skill For a Maestro View

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 3207
  • 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

Set Monto Carlo Options With Skill For a Maestro View

FM202408077836
FM202408077836 over 1 year ago

Hi,

I want to set the Monte Carlo options with Skill for a maestro view in ADE Explorer (IC6.1.8-64b.500.27). I found this mae function to set the number of points:


maeSetRunOption("Monte Carlo Sampling" "mcnumpoints" "10" ?session MaeID)


The function only contains the options mcmethod and mcnumpoints. But I want to set the other options too (seed, variation, enable save data) and enable the Monte Carlo Sampling in the view. I had a look at the other mae functions, but I didn't find any to set them.


Can someone help me please?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    There is an old CCR which is asking for the very limited set of options to be expanded (CCR 1615539). You should contact customer support and request that a duplicate is filed. We're also missing a maestro API to get the value (CCR 2609044).

    First of all, the "variation" is the "mcmethod" option (rather confusingly). It can be set to "all", "process" and "mismatch" (note lowercase despite the UI showing the first letter as uppercase).

    For the others you can use:

    sdb=axlGetMainSetupDB(MaeID)
    handle=axlPutRunOption(sdb "Monte Carlo Sampling" "montecarloseed")
    axlSetRunOptionValue(handle "567") ; note, I see relatively little benefit in changing the seed - why are you doing this?
    handle=axlPutRunOption(sdb "Monte Carlo Sampling" "saveallplots")
    axlSetRunOptionValue(handle "1") ; "1" is on, "0" is off.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • FM202408077836
    FM202408077836 over 1 year ago in reply to Andrew Beckett

    Hi Andrew,

    Thank you very much for your fast answer. Your code works perfectly. I saw the axl functions before but didn't know that they can be used to manipulate maestro views. I used the function below to enable the Monte Carlo Sampling in the view.

    axlSetCurrentRunMode(sdb "Monte Carlo Sampling") 

    Felix

    • 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