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

awvDisplayTitle

awvDisplayTitle(
w_windowID
t_title
)
=> t / nil

Description

Displays the specified title in the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

t_title

Specifies the title to be displayed in the Waveform window.

Value Returned

t

Title is displayed in the specified Waveform window.

nil

The specified Waveform window does not exist.

Examples

The following example displays the title Transient Response in the current Waveform window.

win = awvGetCurrentWindow()
=> window:4
awvDisplayTitle(win "Transient Response")
=> t

The following example displays the title Noise Analysis in the specified Waveform window.

awvDisplayTitle(window(5) "Noise Analysis")
=>t

Return to top
 ⠀
X