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

ddGetObjParent

ddGetObjParent( 
b_objId 
) 
=> b_parent / nil 

Description

Returns the ID of the logical (often physical as well) owner-object od b_objId. For a file, it is the library, cell, or view. For a view, it is the cell. For the cell, it is the library. For the library, it is the library itself.

Arguments

b_objId

ID of the object.

Value Returned

b_parent

The ID of the parent of the specified object.

nil

Object was not found.

Examples

p = ddGetObjParent( cell1 ) => dd:2544064 

Return to top
 ⠀
X