pcGetCodeParamNames
pcGetCodeParamNames(d_cellViewId) =>l_codeParamNames/nil
Description
Returns a list of all the defined code parameter names for the specified design ID.
Arguments
|
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
|
A list of all the defined code parameter names of 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