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

pteGetActiveScopeModes

pteGetActiveScopeModes(
[ w_windowId ]
)
=> l_result / nil

Description

Returns a list containing the scope modes that are set as active in the specified window.

Arguments

w_windowId

ID of the window containing the Palette from which you want to retrieve scope modes data.
Valid values: ID of any open window
Default: Current window

Value Returned

l_result

A SKILL list of scope modes that are set in the window.

nil

The command was unsuccessful.

Examples

If the active scopes in the current window are Routing and Valid, pteGetActiveScopeModes()returns the list ("Routing" "Valid").

pteGetActiveScopeModes()
pteGetActiveScopeModes(window(2))


Return to top
 ⠀
X