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