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

tcUnregPostLoadTrigger

tcUnregPostLoadTrigger(
s_function
) 
=> t / nil 

Description

Unregisters the specified trigger function so the system does not call it after loading a technology file.

Arguments

s_function

Symbol indicating the name of the registered trigger function to unregister.

Value Returned

t

The trigger function registration is deleted.

nil

The trigger function registration does not exist.

Example

tcUnregPostLoadTrigger(’MYPostLoadTriggerFunc)
Unregisters MYPostLoadTriggerFunc trigger function.

Return to top
 ⠀
X