pcModifyParam
pcModifyParam(d_cvId S_param t_type g_value) =>d_paramId/nil
Description
Lets you modify the parameter type and default value for parameters assigned to a compiled Pcell.
Arguments
|
Default value of the parameter. Valid Value: any value consistent with the value type specified |
Value Returned
Examples
pcModifyParam( supermaster "gateWidth" "float" 0.625 )
The above example modifies the parameter gateWidth to have float as its type and 0.625 as its default value.
Return to top