Pcell stretch line default value.

Discussion in 'Cadence' started by cadence_newbie, Sep 7, 2004.

  1. Hi All,

    When we create a stretch line in a pcell there is some default value
    assoiciated with it. just wanted to know how could it be accessed in
    skill code.
    I tried to get it using the '->' operator and it looks as if this only
    works when you have used putprop for the stretch line. Is there any
    way to get around?

    would greatly appreciate a reply in this regard.

    thanks.
     
    cadence_newbie, Sep 7, 2004
    #1
  2. If you want to get the default value of a pcell parameter, you can
    do this from the supermaster cellView by doing:

    cv~>parameters~>myparam

    myparam is the name of your parameter. parameters is a hierarchical parameter
    containing all the pcell parameters.

    If you're starting from an instance, you'd do:

    inst~>master~>superMaster~>parameters~>myparam

    Regards,

    Andrew.
     
    Andrew Beckett, Sep 9, 2004
    #2
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.