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

awvGetCurrentSubwindow

awvGetCurrentSubwindow(
w_windowID
)
=> x_subwindow / nil

Description

Returns the identification number of the current subwindow in the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

Value Returned

x_subwindow

The identification number of the current subwindow (found in the top-right corner of the subwindow) of the specified Waveform window.

nil

The specified Waveform window does not exist.

Examples

The following example removes the title from the subwindow 2 of the current Waveform window.

win = awvGetCurrentWindow()
=> window:4
awvRemoveSubwindowTitle(win ?subwindow 2)
=> t

The following example removes the title from the current subwindow of the specified Waveform window.

awvRemoveSubwindowTitle(window(5))

Return to top
 ⠀
X