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

ddGetObjName

ddGetObjName( 
b_objId 
) 
=> t_name / nil 

Description

Returns the name of b_objId.

Arguments

b_objId

ID of the object.

Value Returned

t_name

Name of the object.

nil

Object was not found.

Example

ddGetObjName( l ) => "l1" 

Return to top
 ⠀
X