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

awvGetYMarkerNames

awvGetYMarkerNames(
w_windowID
[ ?subwindow x_subwindow ]
)
=> l_YMarkerNames / nil

Description

Returns names of all horizontal 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_YMarkerNames

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

nil

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

Examples

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

awvGetYMarkerNames(window(3) ?subwindow 1)
=> ("horizontalMarker1" "horizontalMarker2" "horizontalMarker3")


Return to top
 ⠀
X