vreGetRoutingStyle
vreGetRoutingStyle(g_vreHandle) =>s_routingStyle
Description
Returns the routing style associated with the supplied routing environment handle object.
Arguments
|
Routing environment handle object for which the routing style is to be retrieved. |
Value Returned
|
Symbol for the routing style associated with the specified handle object. |
Examples
Returns the routing style symbol for the specified routing environment handle object.
cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
vreGetRoutingStyle(handle)
=> 'device
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top