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

ttrGetScopes

ttrGetScopes(
l_scopeName
)
=> l_scopeName / nil

Description

Returns the list of child scope names for a given scope.

Arguments

l_scopeName

Name of the scope. A scope name can be a string or a list.

Value Returned

l_scopeName

The list of child scope names for a given scope.

nil

The command failed to run.

Examples

Returns the child scope names for the scope list("Layout" "Move").

ttrGetScopes(list("Layout" "Move"))
=>(("Layout" "Move" "init") 
    ("Layout" "Move" "Done"))

Related Topics

Time Tracker Functions


Return to top
 ⠀
X