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

vreGetRouter

vreGetRouter(
g_vreHandle
)
=> s_router / nil

Description

Returns the symbol for the router associated with the supplied routing environment handle object.

Arguments

g_vreHandle

Routing environment handle object for which the router symbol is to be retrieved.

Value Returned

s_router

Symbol for the router associated with the specified handle object.

nil

The router symbol could not be returned.

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
 ⠀
X