SKILL Q: How the get the viewType?

Discussion in 'Cadence' started by Bernd Fischer, Feb 21, 2006.

  1. Hi,

    Has somebody discovered once a way how to get
    the viewType like "schematic" or "maskLayout"
    form given library, cell and view name.

    Like
    xyzGetCellViewType( t_libName t_cellName t_viewName )
    => t_viewType

    Thanks Bernd
     
    Bernd Fischer, Feb 21, 2006
    #1
  2. Bernd Fischer

    tstengerster Guest

    Hi,

    the only way I can think of doing it is to do something like the
    following

    cellId=dbOpenCellViewByType(libName cellName viewName "" "r")
    viewType= cellId~>cellViewType

    Hope it helps till a better solution is posted.

    Tamara
     
    tstengerster, Feb 21, 2006
    #2
  3. Suresh Jeevanandam, Feb 22, 2006
    #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.