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

awvDisplayDate

awvDisplayDate(
w_windowID
)
=> t / nil

Description

Displays the current data and time in the top-right corner of the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

Value Returned

t

Date and time is displayed.

nil

The specified Waveform window does not exist.

Examples

The following example removes the date and time from the top-right corner of the current Waveform window.

win=awvGetCurrentWindow()
=> window:4
awvRemoveDate(win)
=> t

The following example removes the date and time from the top-right corner of the specified Waveform window.

awvRemoveDate(window(76))
=> t


Return to top
 ⠀
X