weGatherBusWires
weGatherBusWires([w_windowId]) => t / nil
Description
This function is used when the leHiCreateBus command is running. If the gap between the bus wires does not match the minSpacing rule, then the wires are gathered at the minimum spacing. If the wires are already at minSpacing, they will be spread to use the initial gap, which is the gap before executing the weGatherBusWires function.
Arguments
|
ID of the window in which the |
Value Returned
Examples
The following example minimizes the spacing between bus bit to reach minspacing value.
weGatherBusWires(hiGetCurrentWindow())
Related Topics
Interactive and Assisted Routing Functions
Return to top