awvExitWindowFunctionDel
awvExitWindowFunctionDel(u_function) =>t/nil
Description
Deletes a function from the list of functions that are called when you close a Waveform window or exit Cadence software while a Waveform window is open.
Arguments
Value Returned
|
Function cannot be deleted from the list because of an error. |
Examples
The following example deletes the exit function myExitFunc from the list of exit functions.
awvExitWindowFunctionDel('myExitFunc)
=> t
Return to top