Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiUnRegCallBackOnSimComp

asiUnRegCallBackOnSimComp( 
t_callback 
) 
=> t / nil

Description

Deregisters the specified callback function registered to run on completion of the simulation.

Arguments

t_callback

Name of callback function to be deregistered.

Value Returned

t

The Callback is deregistered successfully.

nil

Otherwise, returns nil.

Example

asiUnRegCallBackOnSimComp(asiGetCurrentSession 'myfunc)

In this example, the myfunc function is deregistered.


Return to top
 ⠀
X