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

vfpPtAddPinResizeEstimator

vfpPtAddPinResizeEstimator(
t_functionName
t_nickname
)
=> t / nil

Description

Register a custom SKILL function for resizing pins. This registered function is passed as a parameter to vfpPtRunPinResizeEstimator to resize pins.

Arguments

t_functionName

Specifies the name by which the new SKILL function must be registered.

t_nickname

Specifies a nickname for the registered function. This is a simpler name that can be used to refer to the registered function.

Value Returned

t

The SKILL function has been registered.

nil

The SKILL function could not be registered.

Example

Registers a custom SKILL function:

vfpPtAddPinResizeEstimator("resizeFunction1" "nickName1")

Return to top
 ⠀
X