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

pcGetParameters

pcGetParameters(
d_cvId
) 
=> l_paramlist / nil

Description

Returns a list of parameters and their default values defined in the specified cellview.

You must have defined the parameters in this cellview.

Arguments

d_cvId

The database ID of the cellview containing the parameters.

Value Returned

l_paramlist

List of the parameter names and their default values. The list is in the form (t_paramName g_defaultValue).

nil

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

Examples

paramlist = pcGetParameters( cv )

Gets list of all parameters defined in cv.


Return to top
 ⠀
X