awvGetYMarkerNames
awvGetYMarkerNames(w_windowID[?subwindowx_subwindow] ) =>l_YMarkerNames/nil
Description
Returns names of all horizontal 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 horizontal markers found in subwindow 1 of the specified Waveform window.
awvGetYMarkerNames(window(3) ?subwindow 1)
=> ("horizontalMarker1" "horizontalMarker2" "horizontalMarker3")
Return to top