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

vreGetOption

vreGetOption(
g_vreHandle
s_optionName
)
=> g_optionValue / nil

Description

Returns the value of the specified option for the supplied routing environment handle object.

Arguments

g_vreHandle

Routing environment handle object from which an option value is to be retrieved.

s_optionName

Symbol for the option whose value is required.

The list of available option names can be retrieved by using (vreGetOptions handle)->?

Value Returned

g_optionValue

Value of the specified option in the specified handle object.

nil

The option value could not be determined.

Examples

Returns the value of the 'supply_nets option in the specified routing environment handle object.

cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
vreGetOption(handle 'supply_nets)
=> "All"

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X