Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgUnregisterSelectionCB

ilgUnregisterSelectionCB( 
[ S_name ]
)
=> t / nil

Description

Unregisters a selection callback that was previously registered using ilgRegisterSelectionCB.

Arguments

S_name

Name of the callback function.

Value Returned

t

The function was unregistered.

nil

The function is registered.

Examples

To unregister a selection callback:

ilgUnregisterSelectionCB('mySelCallback)
=> t

To unregister all selection callbacks:

ilgUnregisterSelectionCB() ;call without arguments
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X