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

vfpPtGetPinResizeEstimators

vfpPtGetPinResizeEstimators(
[ g_nicknameOnly ]
)
=> ( l_nickname l_functionName ) / nil

Description

Retrieves a list of registered pin resize estimator SKILL functions. You can specify whether the list must include only the function nicknames or both the function names and their nicknames.

Arguments

g_nicknameOnly

Specifies that only the nicknames of the registered pin resize estimator SKILL functions are to be listed. When set to nil, both the registered function names and their nicknames are displayed.

Value Returned

( l_nickname l_functionName )

List of names of registered pin resize estimator SKILL functions and their corresponding nicknames.

nil

There are no registered SKILL functions.

Example

Retrieves the function names and nicknames of registered pin resize estimator SKILL functions:

vfpPtGetPinResizeEstimators()
=>( ("nickname1" "functionName1" )  ("nickname2" "functionName2")...)


Return to top
 ⠀
X