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

ddGetObjChildren

ddGetObjChildren( 
b_objId 
) 
=> l_children / nil 

Description

Returns the children of b_objId. This includes all the objects in both the temporary and master directories.

Arguments

b_objId

Object identifier returned by ddCreateLib or ddGetObj.

Value Returned

l_children

The IDs of the children of b_objId.

nil

b_objId does not exist or does not have any children.

Examples

l = ddGetObj( "l1" ) 
ch = ddGetObjChildren( l ) => (dd:2660660 dd:2660628)
ch ~> name => ("c2" "c1") 

Return to top
 ⠀
X