SKILL Q: How the get the viewType?

B

Bernd Fischer

Guest
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
 
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
 
Bernd,
Andrew answered the same question :
http://groups.google.com/group/comp.cad.cadence/browse_frm/thread/110204276952e29e/533a4170e5d8556a

regards,
Suresh
Bernd Fischer > wrote:
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
 

Welcome to EDABoard.com

Sponsor

Back
Top