awvExitWindowFunctionGet
awvExitWindowFunctionGet( ) =>l_exitFunctionList/nil
Description
Returns a list of names of functions that are called when you close a Waveform window or exit Cadence software while a Waveform window is open.
This list is empty by default.
Arguments
Value Returned
Examples
The following example returns a list of names of current exit functions.
awvExitWindowFunctionGet()
=> (myExitFunc)
Return to top