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

vxfiLoadEMIRResults

vxfiLoadEMIRResults( 
w_windowId
resultsdatabase
)
=> t / nil

Description

Specifies to load the EMIR results database file (.wdb) in the Voltus-XFi Result Browser. This function should be called after the vxfiOpenLayout function.

Arguments

w_windowId

Specifies the window ID returned by the vxfiOpenLayout function.

resultsdatabase

Specifies the name of the EMIR results database file (.wdb) to be used for loading and displaying the EMIR analysis results in the Voltus-XFi Results Browser.

Value Returned

t

The results were loaded successfully.

nil

The results were not loaded.

Examples

winId = vxfiOpenLayout("Two_Stage_Opamp" "DiffOpAmp" "layout") vxfiLoadEMIRResults( winId "top.emirtap.emir0.wdb")

The above example code shows that the name of the results file specified for loading and displaying EMIR analysis results in Voltus-XFi is top.emirtap.emir0.wdb.


Return to top
 ⠀
X