awvGetXMarkerNames
awvGetXMarkerNames(w_windowID[?subwindowx_subwindow] ) =>l_XMarkerNames/nil
Description
Returns names of all vertical markers in a subwindow of the specified Waveform window.
Arguments
|
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
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