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

leLayoutAppNames

leLayoutAppNames(
[ t_appName ]
) 
=> l_appTiers / nil

Description

Returns a list of all the layout application tiers in your Virtuoso® environment. If appName is specified, it returns the name of the specified application and the higher tiers.

Arguments

t_appName

Name of the application.

Value Returned

l_appTiers

List of all the layout application tiers:

("Layout" "Virtuoso XL" "VLS-EXL" "VLS-MXL")

If appName is specified, the name of the specified application and higher tiers is returned.

nil

The specified application name is invalid or the command failed.

Example

For the application Layout, the following code returns Layout and names of all the application tiers higher than Layout.

leLayoutAppNames("Layout")
=>("Layout" "Virtuoso XL" "VLS-EXL" "VLS-MXL")

For the application Virtuoso XL, the following code returns Virtuoso XL and names of all the higher tiers.

leLayoutAppNames("Virtuoso XL") 
=>("Virtuoso XL" "VLS-EXL" "VLS-MXL")

Related Topics

Application Tier Functions


Return to top
 ⠀
X