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

asiUnRegCallBackOnSimCompForDist

asiUnRegCallBackOnSimCompForDist( 
o_session 
t_callback 
) 
=> t / nil

Description

Unregisters the specified user-defined callback function that is registered using the asiUnRegCallBackOnSimComp function.

Arguments

o_session

The OASIS session object.

t_callback

Name of callback function to be unregistered.

Value Returned

t

The function is unregistered successfully.

nil

There is an error.

Example

The following example unregisters the myDistributedCallbackFunc function:

asiUnRegCallBackOnSimCompForDist(asiGetCurrentSession()'myDistributedCallbackFunc)
=> t


Return to top
 ⠀
X