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

xfgrHideGroup

xfgrHideGroup( 
g_groupName
) 
=> t / nil

Description

Hides the options in the specified group from the Create Fluid Guard Ring form.

Arguments

g_groupName

The name of the group from which the options are to be hidden.

Value Returned

t

The group is hidden.

nil

The group is not hidden.

Example

Hides the Wrap Settings group from the Create Fluid Guard Ring form.

if(xfgrHideGroup("Wrap Settings") then
    info("Group Wrap Settings has been hidden")
else
    info("Group Wrap Settings is not available")
)

Return to top
 ⠀
X