Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcGetParamLayers

pcGetParamLayers(
d_cvId
) 
=> l_layerlist / nil

Description

Returns a list of identifiers for layer parameters in the specified cellview.

You must have defined layer parameters for this cellview.

Arguments

d_cvId

The database ID of the cellview whose layer parameters you want listed.

Value Returned

l_layerlist

List of object IDs used to record details of layer parameters.

nil

Returned if d_cvId does not identify a cellview or if there are no layer parameters defined in the cellview.

Examples

layerlist = pcGetParamLayers( cv )

Gets a list of all the layer parameters defined in cv.


Return to top
 ⠀
X