artGenerateHierSymbolCDF
artGenerateHierSymbolCDF(d_cellView[g_overwrite] ) =>t
Description
Creates the cell CDF for the specified cellView, in the same way as happens when you create a symbol from a schematic in Composer. The cellView will be examined for any use of pPar() in expressions, and the corresponding parameters will be added to the CDF if they are not already present. Whilst both schematic and symbol cellViews may be passed to this function, it is usually best to pass a schematic cellView, in order to get the pPar()s used into the CDF.
Arguments
Value Returned
Examples
Recreates the cell CDF for the current cellView.
artGenerateHierSymbolCDF(geGetEditCellView())
Return to top