dbReplaceInstParamList
dbReplaceInstParamList(d_instId l_paramList) => t/nil
Description
Atomically replaces all the Pcell instance parameters with the given parameter list. The resulting Pcell subMaster is evaluated only once.
Arguments
|
Specifies the ID of the Pcell instance whose parameters are to be changed. |
|
Value Returned
ExampleExamples
dbReplaceInstParamList(pInst1 list(list("metal2Layer" "string" "Metal5") list("boolVal1" "boolean" nil) list("intLength" "integer" 10)))
Return to top