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

xfgrShowAllGroups

xfgrShowAllGroups( 
) 
=> t / nil

Description

Displays all groups in the Create Fluid Guard Ring form.

Arguments

None

Value Returned

t

The groups are displayed.

nil

The groups are not displayed.

Example

Displays all groups in the Create Fluid Guard Ring form.

if(xfgrShowAllGroups() then
    info("All groups are displayed")
else
    info("All/Some groups cannot be displayed")
)

Return to top
 ⠀
X