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

ddGetCombineValue

ddGetCombineValue(
b_libID
)
=> l_libNames / nil

Description

Returns a list of names of libraries in a combined library, if the library specified has the COMBINE attribute assigned.

Arguments

g_libID

The ID of the combined library.

Value Returned

l_libNames

A list of names of libraries in the combined library, if the library specified has the COMBINE attribute assigned.

nil

The library was not found or did not have the COMBINE attribute assigned.

Example

when( libNames=ddGetCombineValue(libId)
printf("'%s' combines libraries %L\n" libId~>name libNames)
)

Related Topics

Setting Attributes on a Library

Creating Combined Libraries


Return to top
 ⠀
X