vcrRemoveShorts
vcrRemoveShorts( [ ?cv d_cvId ] [ selNets l_selNets] ) ; => t
Description
Removes shorts on a net or nets from the layout design. This SKILL API requires Layout MXL license.
Arguments
|
Database ID of the cellview from which the shorts need to be removed. |
|
|
A list of selected nets. If not specified, the shorts are removed from the whole design cell view. |
Value Returned
|
Always return |
Examples
The following example removes all the shorts from the entire cellview.
(vcrRemoveShorts (geGetEditCellView))
The following example removes the shorts from net10 and net12.
(vcrRemoveShorts (geGetEditCellView) (list "net10" "net12"))
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top