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

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

u_function

Function to be deleted from the list of exit functions.

Value Returned

t

Function is deleted from the list.

nil

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
 ⠀
X