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

vxfiLoadNets

vxfiLoadNets(
w_windowId
netname
)
=> t / nil

Description

Specifies to load the nets in the Voltus-XFi Result Browser. This function should be called after the vxfiOpenLayout and vxfiLoadEMIRResults functions.

Arguments

w_windowId

Specifies the window ID returned by the vxfiOpenLayout function.

netname

Specifies the net to be loaded. You can specify multiple net names separated by a space.

Value Returned

t

The nets were loaded successfully.

nil

The nets were not loaded.

Examples

winId = vxfiOpenLayout("Two_Stage_Opamp" "DiffOpAmp" "layout") vxfiLoadEMIRResults( winId "top.emirtap.emir0.wdb") vxfiLoadNets(winId list("avdd","avss"))

The above example code shows that the name of the nets for loading is avdd and avss.


Return to top
 ⠀
X