Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

tcUnregPreDumpTrigger

tcUnregPreDumpTrigger(
s_function
) 
=> t / nil

Description

Unregisters the specified predump trigger function so the system does not call it before dumping a technology database.

Arguments

s_function

Name of the registered trigger function (a symbol) to unregister.

Value Returned

t

The trigger function registration is deleted.

nil

The trigger function registration does not exist.

Example

tcUnregPreDumpTrigger(’MYPreDumpTriggerFunc)
Unregisters MYPreDumpTriggerFunc trigger function.

Return to top
 ⠀
X