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

odcRegCPA

odcRegCPA( 
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 a custom placement area. 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 text to be displayed in the Info Balloon box.

Value Returned

t

The text is successfully displayed.

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:

odcRegCPA("Layout-XL" "customFunc") 

Related Topics

Using the SKILL Extension


Return to top
 ⠀
X