Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

cdfGetCellCDF

cdfGetCellCDF(
g_cellId
)
=> g_cdfDataId / nil

Description

Returns the effective CDF description attached to a cell. If neither a base- nor user-level CDF description is defined for the cell or its library, it returns nil. The resulting CDF description represents the overlay of the user-level cell CDF on the base-level cell CDF on the user-level library CDF on the base-level library CDF.

Arguments

g_cellId

Specifies the ID of the cell for which you want to view the base-level CDF description.

Value Returned

g_cdfDataId

The database object that represents the CDF description for the component.

nil

When a base or user-level CDF description is not defined for the specified cell or its library.


Return to top
 ⠀
X