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

pcdbViewHasPcdbInfo

pcdbViewHasPcdbInfo(
t_libName 
t_cellName 
t_viewname 
[ t_nameSpace ] 
)
=> t / nil

Description

Determines whether the specified view has pcdb information.
If t_nameSpace is not provided, t_libName, t_cellName, and t_viewName are assumed to be in the name space.

Arguments

t_libName

The library name.

t_cellName

The cell name.

t_viewName

The view name.

t_nameSpace

The name space.

Value Returned

t

The view has pcdb information.

nil

The view does not have pcdb information.

Example

pcdbViewHasPcdbInfo("lib1 "cell1" "view1" "Verilog") 

Related Topics

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions

Example for all pcdb Functions


Return to top
 ⠀
X