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

awvGetDrawStatus

awvGetDrawStatus(
w_windowID
)
=> t / nil

Description

Returns the draw status of the specified Waveform window.

Arguments

w_windowID

ID of the waveform window whose draw status is to be returned.

Value Returned

t

nil

The specified Waveform window does not exist.

Examples

The following example returns the draw status of the current Waveform window.

awvGetDrawStatus(awvGetCurrentWindow())
=> t

The following example returns the draw status of the specified Waveform window.

awvGetDrawStatus(window(3))
=> t

Return to top
 ⠀
X