• 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. RF Design
  3. Model Parameters as "output" expressions

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 63
  • Views 2407
  • 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

Model Parameters as "output" expressions

analogy
analogy over 10 years ago

Instead of printing model parameters, can we create an expression in ADE-L or ADE-XL to display value of the associated model parameter in output field ?

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    You can either use the "mp" button in the calculator to find the expression for a parameter of the model associated with a named instance - e.g.

    MP("/I0/M4A","tox")

    Or if you know the name of the model, you can do:

    pv("gpdk090_pmos1v" "tox" ?result 'model)

    If you're not sure of the names, in the CIW you can do:

    selectResult('model)
    outputs()

    which will give you a list of the names of the models.

    You can find out the available parameter names by finding what model types are there:

    selectResult('model)
    dataTypes() => ("capacitor" "bsim3v3" "phy_res")
    outputParams("bsim3v3") => (... huge list of parameters ...)

    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