awvGetStripNumberOfSelectedTrace
awvGetStripNumberOfSelectedTrace(w_windowID) =>n_stripNumber/nil / -1
Description
Returns the strip number of the trace selected in the specified Waveform window.
Arguments
Value Returned
Examples
The following example returns the strip number of the trace selected in the current Waveform window.
win= awvGetCurrentWindow()
=> window:3
awvGetStripNumberOfSelectedTrace(win)
=> 9
The following example returns the strip number of the currently selected trace in the specified Waveform window.
awvGetStripNumberOfSelectedTrace(window(4))
=> 7
Return to top