Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

swindow

swindow(
x_windowNumber
)
=> w_sessionWindowID / nil

Description

Gets the window ID of a session window.

Argument

x_windowNumber

The session window number, displayed in the lower-left corner of the session window. For example, if the window displays 3(12), the session window number is 3.

Value Returned

w_sessionWindowID

The session window ID.

nil

There is no session window that matches the window number specified.

Example

swindow( 3 )

Related Topics

Window Functions

hiIsWindowSpecifier

windowp


Return to top
 ⠀
X