SKILL Q: from ddViewType to "cellView"

Discussion in 'Cadence' started by Edward, Feb 5, 2008.

  1. Edward

    Edward Guest

    I'm using ddGetObj on a view to get a ddViewType database object. But
    I want to use information *inside* the view to guide a SKILL script.
    Specifically I'm looking to get to cellView~>instances information
    without actually opening the view for edit.

    In short, what is the bread trail from ddViewType to instances?

    e.g. ddViewType~>{...~>?...~>?...}~>cellView~>instances

    I'm using the instance information to guide a hiearchical delete
    command.
     
    Edward, Feb 5, 2008
    #1
  2. Edward

    andrewb Guest

    You'll need to do a dbOpenCellViewByType() to open the cellView ID and
    then you can get to the instances.

    Or you can use the pcdb.* SKILL functions to retrieve information
    about the child cellViews used within a cellView (comes from the
    "pc.db" file in CDB, or directly from the database in OA).

    Regards,

    Andrew.
     
    andrewb, Feb 6, 2008
    #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.