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

leGetAreaEstimatorFunction

leGetAreaEstimatorFunction( 
t_AliasName
l_legalObjectTypes
) 
=> t_funcSymbol / nil

Description

Retrieves the function symbol of the area estimation function registered for alias name and object type. This function is added for 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