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

tcUnregPostDumpTrigger

tcUnregPostDumpTrigger(
s_function
) 
=> t / nil

Description

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

Arguments

s_function

Symbol indicating the name of the registered trigger function.

Value Returned

t

The trigger function registration is deleted.

nil

The trigger function registration does not exist.

Example

tcUnregPostDumpEchFileTrigger(’MYPostLoadTriggerFunc)

Return to top
 ⠀
X