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
|
Specifies the window ID returned by the |
|
|
Specifies the net to be loaded. You can specify multiple net names separated by a space. |
Value Returned
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