lxSelectedRouteNet
lxSelectedRouteNet(g_useWAOverrides) =>t / nil
Description
Routes the nets attached to the shapes currently selected in the layout cellview.
Arguments
|
Controls whether Wire Assistant constraint overrides are used for routing the nets attached to selected shapes. |
Value Returned
|
Nets attached to currently selected shapes were successfully routed. |
|
|
One or more nets attached to the currently selected shapes were not routed successfully. |
Example
lxSelectedRoute(t)
Routes the nets attached to selected shapes using the Wire Assistant constraint overrides.
lxSelectedRoute(nil)
Routes the nets attached to the selected shapes using the default constraint lookup.
Return to top