Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlGetPCellParamSource

nlGetPCellParamSource( 
o_cellView 
l_parameters 
)
=> l_BooleanValues / nil

Description

Identifies the source of value of the Pcell parameters of the given cellview.

Arguments

o_cellview

CellView ID of the Pcell.

l_parameters

List of parameters for which the source needs to be determined

Value Returned

l_BooleanValues

List of Boolean values where each element of the list indicates whether corresponding parameter in input list is overridden on instances (for this Pcell variant) or is taking a default value. The value t in this list indicates that the parameter is overridden on instance and nil indicates that the parameter has taken the default value.

nil

There is an error because either the cellview is called outside the context of netlister or the cellview ID is not a valid Pcell.

Examples

Returns a list of Boolean values that indicates whether the parameter is overridden (t) or takes its default value (nil).

nlGetParamList (o_cellView)
=> l_parameters
nlGetPCellParamSource (o_cellView, l_parameters)
=> t nil nil t

Return to top
 ⠀
X