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

pteGetLSAtPosition

pteGetLSAtPosition(
x_position
[ w_windowId ]
)
=> t_layersetName / nil

Description

Displays the name of the layer set that is listed at the specified position in the Layer Set Manager.

Arguments

x_position

Position at which the layer set is listed in the Layer Set Manager.

w_windowId

ID of the window containing the Palette from which you want to retrieve the layer set name.
Valid values: ID of any open window
Default: Current window

Value Returned

t_layersetName

Name of the layer set that is located at the specified position was displayed.

nil

The command was unsuccessful.

Examples

pteGetLSAtPosition(0)
pteGetLSAtPosition(1 window(2))

Return to top
 ⠀
X