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
Value Returned
|
The library was not found or did not have the |
Examples
when( attrName=ddGetDisplayValue(libId)
printf("Library '%s' has DISPLAY attribute '%s' assigned\n" libId->name attrName)
)
Return to top