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

awvGetXMarkerNames

awvGetXMarkerNames(
w_windowID
[ ?subwindow x_subwindow ]
)
=> l_XMarkerNames / nil

Description

Returns names of all vertical markers in a subwindow of the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

?subwindow x_subwindow

Identification number of the subwindow, which is found in the top-right corner of the subwindow.

If you do not specify this argument, the current subwindow is used.

Value Returned

l_XMarkerNames

A list containing names of vertical markers that are found in a subwindow of the specified Waveform window.

nil

Either there are no vertical markers found or the specified Waveform window or subwindow does not exist.

Examples

The following example returns names of vertical markers found in subwindow 1 of the specified Waveform window.

awvGetXMarkerNames(window(3) ?subwindow 1)
=> ("verticalMarker1" "verticalMarker2" "verticalMarker3")

Return to top
 ⠀
X