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

awvRemoveTitle

awvRemoveTitle(
w_windowID
)
=> t / nil

Description

Removes the title from the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

Value Returned

t

Title is removed from the specified Waveform window.

nil

The specified Waveform window does not exist.

Examples

The following example removes the title from the current Waveform window.

win = awvGetCurrentWindow()
=> window:77
awvRemoveTitle(win)
=> t

The following example removes the title from the specified Waveform window.

awvRemoveTitle(window(78))
=> t

Return to top
 ⠀
X