vreGetCellView
vreGetCellView(g_vreHandle) =>d_cvId
Description
Returns the cellview associated with the supplied routing environment handle object.
Arguments
|
Routing environment handle object for which the associated cellview is required. |
Value Returned
|
Database ID of the cellview associated with the supplied routing environment handle object. |
Examples
Returns the database ID of the cellview associated with the specified routing environment handle object.
cv=geGetEditCellView()
handle=vreGetHandle(cv 'device 'gbr)
vreGetCellView(handle)
=> cv
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top