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

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

None

Value Returned

l_exitFunctionList

A list containing names of exit functions.

nil

There are no exit functions.

Examples

The following example returns a list of names of current exit functions.

awvExitWindowFunctionGet()
=> (myExitFunc)

Return to top
 ⠀
X