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

dbRegSaveTrigger

dbRegSaveTrigger( 
S_triggerFunc 
[ x_priority ]
)
=> t / nil

Description

Registers a SKILL preSave trigger. The trigger function does not need to exist at the time of register, a warning will be issued though. If the function is bound, it is called before the cellview is saved.

Arguments

S_triggerFunc

SKILL trigger function. The function must be defined as:
funcName(d_cellviewId)

x_priority

Optional priority. Defaults to INT_MAX (lowest priority).

Values Returned

t

The trigger was successfully registered.

nil

An error occurred during execution.


Return to top
 ⠀
X