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

pteCollapse

pteCollapse(
t_rowPath
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Collapses the specified item in the specified Palette panel in the specified window.

Arguments

t_rowPath

Path to the required item.

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids

w_windowId

ID of the window containing the Palette in which you want to collapse an item.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified item was collapsed.

nil

The command was unsuccessful.

Examples

pteCollapse("Blockages" "Objects")
pteCollapse("Grids;Routing Grid" "Grids")
pteCollapse("Grids;Routing Grid" "Grids" window(2))

Return to top
 ⠀
X