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

pteExpandAll

pteExpandAll(
t_panelName
[ w_windowId ]
) 
=> t / nil

Description

Expands all objects in the specified Palette panel.

Arguments

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids
Default: Currently active panel; if no panel is active, all items in the Layers panel are expanded

w_windowId

ID of the window containing the Palette in which you want to expand items.
Valid values: ID of any open window
Default: Current window

Value Returned

t

All items in the specified panel were expanded.

nil

The command was unsuccessful.

Examples

pteExpandAll("Grids")
pteExpandAll("Objects" window(2))

Return to top
 ⠀
X