vreRaiseConstraintManager
vreRaiseConstraintManager( [d_cvid] [S_rStyle] [S_rName] ) => t/ nil
Description
Opens the Routing Constraint Manager based on the given routing style or router. This API uses the options specified in the Routing Assistant or set through vreSetOption based on the given routing style or router.
Arguments
Value Returned
Examples
The following example brings up the Routing Constraint Manager window for the current cellview and the standard cell routing style using string type arguments.
vreRaiseConstraintManager(geGetEditCellView() "stdCell" "nr")
The following example brings up the Routing Constraint Manager window for the current cellview and the device level routing style using symbol type arguments.
vreRaiseConstraintManager(geGetEditCellView() 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top