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
Value Returned
|
Value of the specified option in the specified handle object. |
|
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