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

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

w_windowID

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

t

Enter function ran successfully.

nil

Enter function did not start.

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
 ⠀
X