lxHiBackAnnotateDummies
lxHiBackAnnotateDummies(
w_windowID
)
=> t / nil
Description
Launches the interactive backannotation enter function to create dummy instances from the layout view into the corresponding schematic view.
Arguments
|
ID of the layout window in which to run the enter function. If the window ID is not specified, the current window is used. |
Value Returned
Examples
The enter function ran successfully in window and can be used to create dummies.
when(window = hiGetCurrentWindow()
lxHiBackAnnotateDummies(?windowId window)
)
The enter function ran successfully in the current window and can be used to create dummies.
lxHiBackAnnotateDummies()
Return to top