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

awvSetCurrentWindow

awvSetCurrentWindow(
w_windowID
)
=> t / nil

Description

Sets the specified window as the current Waveform window.

Arguments

w_windowID

ID of the Waveform window to be set as the current window.

Value Returned

t

The specified Waveform window is set as the current window.

nil

The specified Waveform window does not exist.

Examples

The following example sets the window:4 as the current Waveform window.

awvSetCurrentWindow(window(4))
=> t

Return to top
 ⠀
X