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

leGetAreaEstimatorParamList

leGetAreaEstimatorParamList( 
t_functionAliasName
l_legalObjectTypes
) 
=> l_funcParamList / nil

Description

Retrieves the parameter list of the area estimation function registered for alias name and object type. This function is added as a part of area estimation consolidation.

Arguments

t_functionAliasName

Text string specifying a simple display name for a cyclic list in the graphical user interface.

l_legalObjectTypes

List of legal object types for which this function will work. Valid Values: ‘cellview, ‘cluster, ‘group, ‘inst

Value Returned

l_funcParamList

Returns l_funcParamList if the function is successful.

nil

Returns nil if the function is not successful.

Example

Gets the parameter list if present.

funcParam List = leGetAreaEstimatorParamList( ?aliasName" "simpleAreaEst" ?legalObjectTypes ‘(“cluster”) )
=> ‘((pinAreaFactor 10.0) (allowPinArea nil))


Return to top
 ⠀
X