Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvSetCurrentSubwindow

awvSetCurrentSubwindow(
w_windowID
x_subwindow
)
=> t / nil

Description

Sets the specified subwindow as the current subwindow.

Arguments

w_windowID

Waveform window ID.

x_subwindow

Identification number of the subwindow (found in the top-right corner of the subwindow) that you want to set as the current subwindow.

Value Returned

t

The specified subwindow is set as the current subwindow.

nil

The specified Waveform window or the subwindow does not exist.

Examples

The subwindow 3 of the specified Waveform window is set as the current subwindow.

awvSetCurrentSubwindow(window(7) 3)
=> t


Return to top
 ⠀
X