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

hdbPushCell

hdbPushCell(
h_pathVectorId 
t_instanceName 
t_libName 
t_cellName 
t_viewName
)
=> t / nil 

Description

Push a cell onto a path vector.

Arguments

h_pathVectorId

A path vector ID; something obtained from hdbCreatePathVector.

t_instanceName

An instance name.

t_libName

A library name.

t_cellName

A cell name.

t_viewName

A view name.

Value Returned

t

A cell has been pushed on to a path vector.

nil

A cell has not been pushed on to a path vector.

Example

status = hdbPushCell( pathVector "inst1" "lib1" "cell1" "view1" )

An example for the use of this function can be found at

your_install_dir/tools/hdb/examples/hdbTraverse.il

Related Topics

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X