Given library name and cell name, how to get the list of viewnames

Discussion in 'Cadence' started by suresh j, Sep 19, 2003.

  1. suresh j

    suresh j Guest

    Hi all,
    In skill I know library name and cell name.
    How can i get a list of all available viewnames.
    Thanks,
    Suresh
     
    suresh j, Sep 19, 2003
    #1
  2. t_libName = "your_lib"
    t_cellName = "your_cell"

    l_cellViews = ddGetObj( t_libName t_cellName )~>views

    Bernd
     
    Bernd Fischer, Sep 19, 2003
    #2
  3. suresh j

    snmishra Guest

    "suresh" == suresh j <suresh> writes:

    suresh> Hi all, In skill I know library name and cell name. How can
    suresh> i get a list of all available viewnames. Thanks, Suresh

    (dbAllCellViews (ddGetObj libName) cellName)

    satya
     
    snmishra, Sep 19, 2003
    #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.