• 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 Design
  3. Nested output variables after parametric analysis

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 12943
  • 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

Nested output variables after parametric analysis

Ueue
Ueue over 15 years ago

Dear all,

I have to calculate the integral of the signal V1 during the time in which V2 rises and V3 falls.

So I wrote:

t_in = cross(VT("/V1") 1.5 1 "rising" nil nil)

t_fin = cross(VT("/V2") 1.5 1 "falling" nil nil)

OUT = integ(VT("/V3") t_in t_fin)

During a sinle execution of the simulation this works. But if I execute a parametric analysis OUT is not computed and I think that the reason is that t_in and t_fin are vectors!

How to evaluate OUT?

Thanks a lot,

Stefano

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Stefano,

    See http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11021230

    Use:

    famMap('integ VT("/V3") t_in t_fin)

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Ueue
    Ueue over 15 years ago

    Thanks Andrew

    Stefano

    • 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