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

ddGetObjGroup

ddGetObjGroup( 
b_objId 
) 
=> x_int / nil 

Description

Retrieves the UNIX group ID of b_objId as an integer.

If the library containing the object has a temporary directory, this functions looks for the object in the temporary directory first; if it is not found, it looks for it in the master directory. However, if the object itself is a library, this function returns information about the library, not its temporary directory.

Arguments

b_objId

Object identifier returned by ddCreateLib or ddGetObj.

Value Returned

x_int

The group ID as an integer.

nil

No group was found.

Examples

ddGetObjGroup( l ) => 12 

Return to top
 ⠀
X