Product Documentation
Voltus-XFi Custom Power Integrity Solution User Guide
Product Version IC23.1, November 2023

vxfiOpenLayout

vxfiOpenLayout(
libname
cellname
viewname
[ mode ]
)
=> w_windowId

Description

Opens the design in the Virtuoso layout and launches Voltus-XFi Results Browser.

Arguments

libname

Specifies the library name for the design to be opened.

cellname

Specifies the cell name for the design to be opened.

viewname

Specifies the layout view name for the design to be opened.

mode

Specifies whether the layout is in the read or edit mode.

Possible values are "read" and "edit".

The default mode is edit.

Value Returned

w_windowId

The ID of the window.

Examples

winId = vxfiOpenLayout("Two_Stage_Opamp" "OpAmp_AC_top" "maestro_basic" "read")

The above example opens the design in read mode.

winId = vxfiOpenLayout("Two_Stage_Opamp" "OpAmp_AC_top" "maestro_basic" "edit")

The above example opens the design in edit mode.


Return to top
 ⠀
X