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

xfgrGetGroupProps

xfgrGetGroupProps( 
t_groupName
l_propertiesName
) 
=> l_value / nil

Description

Returns the value of the specified property of a PDW in the xFGR Create form. This function is used from the xFGR Create form customization callback functions.

Arguments

t_groupName

The name of the group.

l_propertiesName

The list of name of the properties.

Value Returned

l_value

The list of values of the specified property.

nil

The function is not successful.

Example

Returns the value of the specified property.

procedure(fgrCreateFormInit()
    let(()
     when(xfgrGetGroupProps ("Implant Layer Settings" “visible”)
xfgrGetGroupProps ("Implant Layer Settings" ?visible nil)
)
)
)
xfgrConfigureOptionsCB("r" "fgrCreateFormInit")

Return to top
 ⠀
X