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

pcGetParamLayerDefn

pcGetParamLayerDefn(
d_instId
) 
=> l_layerId / nil

Description

Returns the identifier for a layer parameter of a specified shape.

You must have defined a layer parameter for this shape.

Arguments

d_instId

The database ID of the shape whose layer parameter is to be retrieved.

Value Returned

l_layerId

Object ID used to record details of a layer parameter.

nil

Returned if d_instId does not identify a shape or there are no layer parameters defined in it.

Examples

layer = pcGetParamLayerDefn( shape )

Retrieves the layer parameters defined in shape.


Return to top
 ⠀
X