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

dbReplaceParam

dbReplaceParam( 
d_cellViewId
t_name
t_type
g_value
) 
=> d_prop / nil

Description

Add or modifies a cellview parameter if the cellview is a Pcell super master. If the cellview is not a super master, dbReplaceParam gives a warning stating that it cannot define a parameter for a non super master, and quits. This function is only used on Pcell super master cellviews.

Arguments

d_cellViewId

The cellview whose parameter is to be changed.

t_name

The name of the parameter.

t_type

The type of the parameter.

g_value

The value of the parameter.

Value Returned

d_prop

The property ID of the replaced parameter.

nil

The parameter was not successfully replaced.


Return to top
 ⠀
X