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

leGetAreaEstimationDisplayNames

leGetAreaEstimationDisplayNames( 
t_aliasName
l_legalObjectTypes
) 
=> t_funcSymbol / nil

Description

Retrieves area estimation function alias name list defined for the specified object types. The object types supported are ’cellView, ’inst, cluster, ’group. This function is added as a part of Area Estimation consolidation.

Arguments

t_aliasName

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

t_funcSymbol

Returns t_funcSymbol if the function is successful.

nil

Returns nil if the function is not successful.

Example

funcCallbackSymbol = leGetAreaEstimatorFunction( ?aliasName “simpleAreaEst” ?legalObjectTypes)

Once you have selected a particular area estimator display or alias name, the invocation code or Apply button callback returns functional symbol as in the example => ‘myFunction


Return to top
 ⠀
X