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

relxGetCustomTabName

relxGetCustomTabName(
)
=> t_customTabName

Description

Returns the name of the custom tab. You can also use this function to rename the custom tab.

Arguments

None

Value Returned

t_customTabName

Returns the name of the custom tab.

Examples

The following example returns the name of the custom tab:

relxGetCustomTabName()
=> "Custom"

To rename the custom tab to myCustomTab, add the following SKILL code in the .cdsinit file:

(defun relxGetCustomTabName ()
        "myCustomTab"
    )


Return to top
 ⠀
X