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

xfgrShowOption

xfgrShowOption( 
g_optionName
) 
=> t / nil

Description

Displays the specified option on the Create Fluid Guard Ring form.

Arguments

g_optionName

The name of the option to be displayed on the Create Fluid Guard Ring form.

Value Returned

t

The option is displayed.

nil

The option is not displayed.

Example

Shows the wrapType option from the Create Fluid Guard Ring form.

if(xfgrShowOption("wrapType") then
    info("wrapType option is visible")
else
    info("wrapType option does not exist")

Return to top
 ⠀
X