Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvEraseWindowMenuCB

awvEraseWindowMenuCB(
)
=> t

Description

Deletes all the objects from a Waveform window. The function is defined in dfII/etc/context/awv.cxt.

This function works only on the Waveform windows and objects that are created using SKILL calls.

Arguments

None

Value Returned

t

Objects are deleted successfully from the Waveform window.

Examples

The following example opens the simulation results stored in the specified directory.

openResults("/servers/user/design/ampsim.raw")
=> "/servers/user/design/ampsim.raw"

The following example plots the waveforms of signals net10 and out in a Waveform window.

plot(v("net10" ?result "tran-tran") v("out" ?result "tran-tran"))
=> t

The following function deletes waveform objects from the Waveform window.

awvEraseWindowMenuCB()
=> t

Return to top
 ⠀
X