Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddGetTriggerList

ddGetTriggerList( 
t_triggerName 
) 
=> l_triggerFunc 

Description

Returns a list of functions registered to be executed when t_triggerName is activated.

Arguments

t_triggerName

The pre- or post-trigger name.

Value Returned

l_triggerFunc

A list of trigger Descriptions, in the format:
function
The trigger function name.
t / nil
Indicating whether the function is a SKILL function (t = SKILL).
integer
The function priority.

Example

ddGetTriggerList( "preupdateliblist" ) 
=> (( "testUpdateLibListPreTrigger" t 2147483647 ))

Return to top
 ⠀
X