leHiAssignNet
leHiAssignNet(
[ w_windowId ]
)
=> t / nil
Description
Starts the Assign Net enter function that provides the user interface for assigning new and existing nets to shapes, instance pins, vias, and pathSegs.
For instance pins this functionality works only in Layout XL and higher tiers.
The function supports connectivity propagation to physically connected shapes, instance pins, vias, and pathSegs.
Arguments
|
ID of the window containing the objects for which nets are to be assigned. If not specified, the command operates on the objects in the currently active layout window. |
Value Returned
Examples
The following example starts the command to assign nets to the objects in the currently active layout window.
leHiAssignNet()
Return to top