• 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. Mixed-Signal Design
  3. unable to plot dB20

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 64
  • Views 16410
  • 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

unable to plot dB20

Charanraj Mohan
Charanraj Mohan over 8 years ago

Hi,

I am doing a common mode voltage AC analysis of a 2 stage OPAMP. When I plot the AC phase and magnitude, i get the following error.

Unable to plot expression <dB20((VF("/out") / VF("/in1")))>

because it does not evaluate to an object that can be plotted, like a waveform or

parametric wave. See the Visualization & Analysis Tool documentation for information

about the types of objects that can be plotted in Visualization & Analysis Tool. Only

the expressions that evaluate to those objects can be plotted.

*Warning* Wave11 is not a waveform object that can be displayed and

will be DELETED automatically.

name: "dB20(VF(\"/out\")/VF(\"/in1\"))"

I also get this error in red color in the beginning -

*Error* Evaluating expression (dB20((VF("/out") / VF("/in1"))))

*Error* ("eval" 0 t nil ("*Error* eval: unbound variable" gridResol))

But I am getting the phase plot and it is reasonably ok. How to overcome this error ? I click the output and the one of the inputs.

thanks in advance.

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

    This might just be because of the extra unnecessary parentheses you have in the expression. SKILL has a problem if you use more than one set of matching parentheses as it confuses the parser (which can handle C-like and LISP-like expressions). So try changing to:

    dB20(VF("/out") / VF("/in1"))

    and see if that helps. I am (of course) assuming you've saved the signals involved in the expression - judging by the fact that you can plot the phase (you didn't give the expression for that) I would imagine you've done that.

    Regards,

    Andrew.

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

    This might just be because of the extra unnecessary parentheses you have in the expression. SKILL has a problem if you use more than one set of matching parentheses as it confuses the parser (which can handle C-like and LISP-like expressions). So try changing to:

    dB20(VF("/out") / VF("/in1"))

    and see if that helps. I am (of course) assuming you've saved the signals involved in the expression - judging by the fact that you can plot the phase (you didn't give the expression for that) I would imagine you've done that.

    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