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

pteGetLayerSetMembers

pteGetLayerSetMembers(
t_layerSetName
[ w_windowId ]
)
=> l_result / nil

Description

Returns the attribute settings for layer-purpose pairs, objects, and grids that are members of the specified layer set. For layer-purpose pairs, attributes include visibility, selectability, validity, priority, and routing direction (if set). For objects, attributes include visibility and selectability; and for grids, the attribute returned is visibility.

Arguments

t_layerSetName

Name of the layer set.

w_windowId

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

Value Returned

l_result

A list of layer set members along with the attribute values.

nil

The command was unsuccessful.

Example

pteGetLayerSetMembers("All Layers")

Return to top
 ⠀
X