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

leIncrementStopLevelByOne

leIncrementStopLevelByOne(
w_windowId 
) 
=> t / nil

Description

Increments the stop level value of the specified window by one.

Arguments

w_windowId

Database ID for the window where you want to run the function. The current window is used if you do not specify a window ID.

Value Returned

t

The stop level was incremented by one.

nil

The stop level was not incremented.

Example

Increments the stop level value of the current window by one.

leIncrementStopLevelByOne(hiGetCurrentWindow)


Return to top
 ⠀
X