Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_instId

Specifies the ID of the Pcell instance whose parameters are to be changed.

l_paramList

Specifies the list of parameters to be replaced.

Value Returned

t

The instance parameter list was successfully replaced.

nil

The parameter was not successfully replaced.

ExampleExamples

dbReplaceInstParamList(pInst1 list(list("metal2Layer" "string" "Metal5") list("boolVal1" "boolean" nil) list("intLength" "integer" 10)))


Return to top
 ⠀
X