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

awvIsPlotWindow

awvIsPlotWindow(
w_windowID
)
=> t / nil

Description

Returns t if the specified window is a Waveform window.

Arguments

w_windowID

ID of the window.

Value Returned

t

The specified window is a Waveform window.

nil

The specified window is not a Waveform window.

Examples

The following example indicates that the specified window is a Waveform window.

awvIsPlotWindow(window(7))
=> t

Return to top
 ⠀
X