lxHiEditComponentTypes
lxHiEditComponentTypes( [w_windowID] ) =>t
Description
Opens the Configure Physical Hierarchy window in Component Types mode, which lets you define component types and assign cells to them. The function operates on the design in the specified layout window. If you do not specify a layout window, it operates on the design in the current one; if there is no current layout window, the function exits.
Arguments
|
ID of the layout window containing the design for which you want to define component types. |
Value Returned
|
The command failed because the specified window is not a layout window or the current window is not a layout window. |
Example
Opens the Configure Physical Hierarchy window for the design in the specified windowID.
lxHiEditComponentTypes(windowID)
Return to top