lxSelectedRoute
lxSelectedRoute(g_useWAOverrides) =>t / nil
Description
Routes the nets currently selected in the layout cellview.
Arguments
|
Controls whether Wire Assistant constraint overrides are used for routing the selected nets. |
Value Returned
Example
lxSelectedRoute(t)
Routes the selected nets using the Wire Assistant constraint overrides.
lxSelectedRoute(nil)
Routes the selected nets using the default constraint lookup.
Return to top