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

ddGetObjLib

ddGetObjLib( 
b_objId 
) 
=> t_lib / nil 

Description

Finds the ID of the library object that contains it b_objId. If the object is a library, it returns the same ID.

Arguments

b_objId

ID of the object.

Value Returned

t_lib

The library ID.

nil

Object was not found.

Example

libId = ddGetObjLib( cellId ) => dd:2544064
libId ~> name => "l1" 

Return to top
 ⠀
X