lxHiCreateInstFromSch
lxHiCreateInstFromSch( [w_windowID] ) =>t / nil
Description
Opens the Generate Selected Components form and starts the interactive command which lets you generate selected schematic components in the layout view. The function operates on the design in the specified window. If you do not specify a window, the function operates on the current window.
Arguments
|
ID of the window containing the components to be generated. |
Value Returned
Example
lxHiCreateInstFromSch(windowID)
Opens the Generated Selected Components form and starts the interactive command for the design in the specified windowID.
The system prompts you to select in the schematic the instances to be generated.
Return to top