How to get dc operating point data from a swept dc analysis or aparametric dc analysis in ocean

Discussion in 'Cadence' started by Andreas Dreyfert, Jan 16, 2004.

  1. Hi!

    How do you access dc operating point data from a sweept
    or parametric dc simulation in ocean?

    When doing a single dc simulation I can easily acces
    the data with getData("/NM0")~>vdsat but when doing a
    a sweept or parametric simulation I can not get to work.

    Thanks, Andreas
     
    Andreas Dreyfert, Jan 16, 2004
    #1
  2. Hi Andreas,

    Use pv():

    pv("/NM0" "vdsat")

    If it was a sweep, then the result will be a waveform. You can
    always use value() to pull out a value of this waveform for a particular
    swept variable.

    The getData("/NM0")~>vdsat approach only really works if it was
    a single operating point run; really pv() is the documented way of getting
    this data (I don't think the ~> approach is documented - I may be wrong).

    Regards,

    Andrew.
     
    Andrew Beckett, Jan 19, 2004
    #2
  3. Hi

    Ok that work much better!

    Thanks for your help Andrew

    Did not read the manual carefully enough

    /Andreas
     
    Andreas Dreyfert, Jan 21, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.