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

pcGetParamLabels

pcGetParamLabels(
d_cvId
) 
=> l_labellist / nil

Description

Returns a list of parameterized labels in the specified cellview.

You must have defined a parameterized label.

Arguments

d_cvId

The database ID of the cellview containing parameterized labels.

Value Returned

l_labellist

List of object IDs of the parameterized labels.

nil

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

Examples

labellist = pcGetParamLabels( cv )

Gets a list of all the parameterized labels defined in cv.


Return to top
 ⠀
X