Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

xfgrPostCreateCB

xfgrPostCreateCB( 
t_mode
s_callbackFunction
) 
=> t / nil

Description

Registers or de-registers a user-defined callback function after the creation of the fluid guard ring instance.

Arguments

t_mode

The function mode.
Valid values: r for registration and d for de-registration.

s_callbackFunction

The name of the user callback function.

Value Returned

t

The function is successful.

nil

The function is not successful.

Example

Registers the fgrInstPostcreation callback function.

xfgrPostCreateCB("r" "fgrInstPostcreation")
procedure(fgrInstPostcreation(fgrInst)
    let(()
     info("Fluid Guard Ring device name  %s" fgrInst->cellName)
)
)

Return to top
 ⠀
X