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

ddGetObjType

ddGetObjType( 
b_objId 
) 
=> s_ddType / nil 

Description

Returns the ddType of b_objId.

Arguments

b_objId

ID of the object.

Value Returned

s_ddType

The ddType of the object.

nil

Object was not found.

Example

ddGetObjType( f ) => ddViewFileType 

where the possible types are

Type The ID represents

ddLibType

a library

ddCellType

a cell within a library

ddViewType

a view within a cell

ddLibFileType

a file in the library directory

ddCellFileType

a file in the cell directory

ddViewFileType

a file in the view directory


Return to top
 ⠀
X