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

xfgrGetOptionValue

xfgrGetOptionValue( 
g_optionName
) 
=> t / nil

Description

Returns the current value for the specified option.

Arguments

g_optionName

The name of an existing fluid guard ring option or a custom option name that has been added to the form.

Value Returned

t

The value of the specified option is returned.

nil

The value of the specified option is not returned.

Example

Returns the current value, encloseBy, for the wrapType option.

info("The current value of option wrapType is %L" 
xfgrGetOptionValue("wrapType" "encloseBy"))

Return to top
 ⠀
X