awvGetSelectedTraceWaveforms
awvGetSelectedTraceWaveforms(w_windowID[?subwindowx_subwindow] ) =>l_waveformList/nil
Description
Returns a list of waveform IDs of the traces that are selected in a subwindow of the specified Waveform window.
This function does not support trace groups.
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
|
A list of waveform IDs of the traces selected in a subwindow. |
|
|
Either no traces are currently selected or the specified Waveform window or subwindow does not exist. |
Examples
The following examples returns a list of waveforms IDs of the traces that are currently selected in the subwindow 3 of the specified Waveform window.
awvGetSelectedTraceWaveforms(window(10) ?subwindow 3)
=> (srrWave:0x397fa040 srrWave:0x397fa060 srrWave:0x397fa070)
Return to top