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

ddGetObjDMSys

ddGetObjDMSys( 
b_objId 
) 
=> t_sysName / nil 

Description

Returns the name of the Design Management system of b_objId.

Arguments

b_objId

Object identifier returned by ddCreateLib or ddGetObj.

Value Returned

t_sysName

The name of the Design Management system.

nil

The Design Management system name could not be found.

Example

ddGetObjDMSys( myView ) 
    => "tdm" 

Return to top
 ⠀
X