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
|
The function mode. |
|
Value Returned
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