vreGetRouter
vreGetRouter(g_vreHandle) =>s_router/ nil
Description
Returns the symbol for the router associated with the supplied routing environment handle object.
Arguments
|
Routing environment handle object for which the router symbol is to be retrieved. |
Value Returned
|
Symbol for the router associated with the specified handle object. |
|
Examples
In the following example, the vreHandle object is being created as a consolidated representation of the input arguments to vreGetHandle(), cellview, routing style, and router. The vreGetRouter() is then called on the same vreHandle object to return the router symbol that was originally used to create it.
cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
vreGetRouter(handle)
=> 'gbr
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top