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

ddGetDisplayValue

ddGetDisplayValue(
b_libID
)
=> t_attrName / nil

Description

Returns the value of the DISPLAY attribute assigned to a library.

For more information, see Setting Attributes on a Library in the Cadence Library Manager User Guide.

Arguments

g_libID

The ID of the library.

Value Returned

t_attrName

The value of the DISPLAY attribute.

nil

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

Examples

when( attrName=ddGetDisplayValue(libId)
printf("Library '%s' has DISPLAY attribute '%s' assigned\n" libId->name attrName)
)

Return to top
 ⠀
X