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
|
ID of the layout window from which the components are selected for generation. |
Value Returned
|
The command was successful, Generate Selected From Layout was started. |
|
|
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