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
|
Routing environment handle object for which the option value is to be set. |
|
Value Returned
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