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

xfgrSetGroupProps

xfgrSetGroupProps( 
t_groupName
[?visible   g_visibleFlag]
) 
=> t / nil

Description

Sets the value of a specified property of a PDW on xFGR Create form. You can use this function from the xFGR Create form customization callback functions.

Arguments

t_groupName

Name of the group.

?visible g_visibleflag

Makes a property visible.

Value Returned

t

The function completed successfully.

nil

The function did not complete successfully.

Example

Sets the value of a specified property of a PDW.

procedure(fgrCreateFormInit()
    let(()
     xfgrSetGroupProps ("Implant Layer Settings" ?visible nil)
)
)
xfgrConfigureOptionsCB("r" "fgrCreateFormInit")

Return to top
 ⠀
X