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

xfgrGetAvailableValues

xfgrGetAvailableValues( 
g_optionName
) 
=> t / nil

Description

Returns the available values for the specified option name. The options are combo box, spin box, or radio button.

Arguments

g_optionName

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

Value Returned

t

The available values are returned.

nil

The available values are not returned.

Example

Returns the available values of the optionName.

info("Available values for option %L are %L" optionName xfgrGetAvailableValues(optionName)

Return to top
 ⠀
X