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
Value Returned
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