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

pcGetCodeParamNames

pcGetCodeParamNames(
d_cellViewId
) 
=> l_codeParamNames / nil

Description

Returns a list of all the defined code parameter names for the specified design ID.

Arguments

d_cellViewId

A Pcell super master ID or Pcell sub master ID. If you specify a sub master ID, the function will obtain the defined code parameter names from its super master.

Value Returned

l_codeParamNames

A list of all the defined code parameter names of the specified cellview ID.

nil

No code parameter is defined for the specified cellview ID.

Examples

pcGetCodeParamNames( cvId ) 
=> ( "param_1" "param_2" "param_3" )

Returns all the defined code parameter names for cvId.


Return to top
 ⠀
X