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

vreSetOption

vreSetOption(
g_vreHandle
s_optionName
g_optionValue
)
=> t / nil

Description

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

Arguments

g_vreHandle

Routing environment handle object for which the option value is to be set.

s_optionName

Name of the option to be set.

g_optionValue

Value to be set for the specified option.

Value Returned

t

Specified option was set to the supplied value.

nil

Specified option could not be set to the supplied value.

Examples

The following example sets the value of the 'supply_nets option to "Selected".

cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
vreSetOption(handle 'supply_nets "Selected")
 => t

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X