Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetCellViewDdId

dbGetCellViewDdId( 
d_dbCellViewId 
) 
=> ddId_cellViewId / nil 

Description

Returns a ddId associated with the cellViewId. This ddId contains the path to the library, cell, view, and file name.

Arguments

d_dbCellViewId

A database cellview ID.

Values Returned

ddId_cellViewId

A ddId associated with the cellViewId.

nil

No cellview ID exists or if an error occurs.

Examples

dbGetCellViewDdId( d_cvId )
=> ddId

Return to top
 ⠀
X