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

lxHiGenerateSelectedFromLayout

lxHiGenerateSelectedFromLayout(
[ w_windowID ]
)
=> t | nil

Description

Starts the Generate Selected From Layout enter function, which lets you generate selected layout components in the corresponding schematic cellview. The layout window from which the components are selected is specified. If the layout window is not specified, the function operates on the current window.

Arguments

w_windowID

ID of the layout window from which the components are selected for generation.

Value Returned

t

The command was successful, Generate Selected From Layout was started.

nil

The command failed because the specified window or the current window is not a layout window.

Example

Starts the interactive Generate Selected From Layout command in the specified window. The command prompts the user to select unbound layout instances to be generated in the schematic.

lxHiGenerateSelectedFromLayout(windowId)

Return to top
 ⠀
X