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

vfoGRSetExtraArgument

vfoGRSetExtraArgument(
l_associativeList
)

Description

Makes the values of the user-defined GUI components available for processing to the FGR infrastructure that resides in Virtuoso, and sets the corresponding CDF parameters. This SKILL function helps in binding the front-end data for back-end processing.

Arguments

l_associativeList

An associative list of new fields and their corresponding values. Each element of the list is a ‘key value’ pair, where the key is the name of the FGR device parameter and value is the value associated to it, that is,

((<FGR_device_parameter_name> <value_of_GUI_component>) ...)

Value Returned

None

Example

argList = '(("userDefinedParam" t))
vfoGRSetExtraArgument(argList)

Return to top
 ⠀
X