lxHiChain
lxHiChain([w_windowID]) =>t / nil
Description
Opens the Generate Chained Devices form, which you can use to specify the transistors in the design to be chained, and starts the interactive chaining function on the design in the specified window. If you do not specify a window, it operates on the design in the current window.
Arguments
|
ID of the window containing the components to be chained. |
Value Returned
|
The Generate Chained Devices form was opened and the command was started. |
|
|
The Generate Chained Devices form was not opened and the command was not started. |
Example
lxHiChain(windowID)
Opens the Generate Chained Devices form and starts the Generate Chained Devices function for the design in the specified windowID.
The system prompts you to select the instances to be chained.
Return to top