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

tcUnregPostAttachTrigger

tcUnregPostAttachTrigger(
s_trigFun
) 
=> t / nil

Description

Unregisters post attach trigger so the system does not call the function after attaching a design library to a technology library.

Arguments

s_trigFun

Name of the trigger.

Value Returned

t

The trigger function is unregistered successfully.

nil

An error occurred during execution.

Example

tcUnregPostAttachTrigger('myPostAttachTrig)

Unregisters a trigger function, 'myPostAttachTrig.


Return to top
 ⠀
X