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

pteClearSearchHistory

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

Description

Clears the search history for the specified Palette panel.

Arguments

t_panelName

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

w_windowId

ID of the window containing the Palette for which you want to clear the search history.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The search history for the specified panel was cleared.

nil

The command was unsuccessful.

Examples

Clears the search history for the Layers panel in the current window:

pteClearSearchHistory("Layers")

Clears the search history for the Grids panel in the specified window:

pteClearSearchHistory("Grids" window(2))


Return to top
 ⠀
X