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

odcRegModgen

odcRegModgen( 
t_deAppName
t_functionText
) 
=> t / nil

Description

Allows you to define a custom SKILL function to specify your own information to be displayed in the Info Balloon box for modgen. The application must be specified and currently only Layout-XL is supported.

Arguments

t_deAppName

The application. Currently only Layout-XL is supported.

t_functionText

The name of the function to be executed for modgen.

Value Returned

t

The function is successfully registered.

nil

The function is not successfully registered.

Examples

To define the SKILL extension:

procedure(customFunc(dbId @optional hierPath)
let((skillStr)
printf("=== input parameter: %L\n" dbId)
; need to return a SKILL string
skillStr = "test custom \n SKILL function\n"
skillStr
); let
)

To register the SKILL extension as a custom SKILL function:

odcRegModgen("Layout-XL" "customFunc")

Related Topics

Using the SKILL Extension


Return to top
 ⠀
X