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

dbFullPath

dbFullPath( 
d_cellView 
) 
=> t_fullPath / nil

Description

Returns the full path of a cellview.

Arguments

d_cellView

The cellview.

Value Returned

t_fullPath

Full path for cellview d_cellView.

nil

There is an error.

Examples

Get the full path of a cellview through dbFullPath(cellView) and cellview~>fileName, which should yield identical results.

dbFullPath(cellview)
cellview~>fileName

Return to top
 ⠀
X