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

xfgrShowGroup

xfgrShowGroup( 
g_groupName
) 
=> t / nil

Description

Displays the options in the specified group on the Create Fluid Guard Ring form.

Arguments

g_groupName

The name of the group in which the options are to be displayed.

Value Returned

t

The group is displayed.

nil

The group is not displayed.

Example

Displays the Wrap Settings group on the Create Fluid Guard Ring form.

if(xfgrShowGroup("Wrap Settings") then
    info("Group Wrap Settings has been displayed")
else
    info("Group Wrap Settings in not available")
)

Return to top
 ⠀
X