Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

w_windowID

ID of the layout window containing the design for which you want to define component types.
Valid Values: Any layout window ID
Default: The current layout window

Value Returned

t

The command was successful.

nil

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
 ⠀
X