vreGetHandle
vreGetHandle(d_cvids_routingStyle s_router) =>g_vreHandle/ nil
Description
Creates a routing environment handle object which captures the cellview, routing style, and router. This object can then be passed to other routing environment APIs that take a vreHandle parameter.
Arguments
|
Database ID of the cellview for which the handle object is to be created. |
|
Value Returned
|
Routing environment handle object created for the specified cellview, routing style, and router. |
|
Examples
The following example creates a routing environment handle object for the current cellview with device-level routing using the global router.
cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top