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

pcGetRefPoints

pcGetRefPoints(
d_cvId
) 
=> l_refpointlist / nil

Description

Returns a list of identifiers for all the reference point parameters in a specified cellview.

You must have defined parameters in this cellview.

Arguments

d_cvId

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

Value Returned

l_refpointlist

List of object IDs used to record details of reference point parameters.

nil

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

Examples

refpointlist = pcGetRefPoints( cv )

Gets a list of all the reference point parameters defined in cv.


Return to top
 ⠀
X