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

pteExpand

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

Description

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

Arguments

t_rowPath

Path to the 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 expand an item.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified row was expanded.

nil

The command was unsuccessful.

Examples

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

Return to top
 ⠀
X