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

pteSetFindModeOn

pteSetFindModeOn (
g_FindState
[ w_windowId ]
)
=> t / nil

Description

Toggles the search mode for the specified window between Find and Filter.

Arguments

g_FindState

The find state. When this argument is set to t, this function changes the search mode to Find and when set to nil, the search mode changes to Filter.
Valid values: t, nil

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified find state was set for all layer-purpose pairs that match the search criteria.

nil

The command was unsuccessful.

Examples

Changes search mode to Find:

pteSetFindModeOn(t)

Changes search mode to Filter:

pteSetFindModeOn(nil)


Return to top
 ⠀
X