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

tcUnregPreLoadTrigger

tcUnregPreLoadTrigger(
s_function
) 
=> t / nil 

Description

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

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

tcUnregPreLoadTrigger(’MYPreLoadTriggerFunc)
Unregisters MYPreLoadTriggerFunc trigger function.

Return to top
 ⠀
X