rteDecomposeTrunks
rteDecomposeTrunks( ) ; => t / nil
Description
Converts pathSegs and vias in power trunks to normal, routed pathSegs and vias. The function uses the current cellview and the selected set.
Converts only pathSegs and vias that are in not routes. Creates new routes for each converted pathSeg and each converted via.
Converted pathSegs have a topology of none.
The output specifies the following.
- number of pathSegs selected and the number converted
- number of vias selected and the number converted
- total number of objects selected
Arguments
Value Returned
Examples
Select the objects in the cellview to decompose.
rteDecomposeTrunks()
Related Topics
Return to top