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

awvGetSelectedTraceWaveforms

awvGetSelectedTraceWaveforms(
w_windowID
[ ?subwindow x_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

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_waveformList

A list of waveform IDs of the traces selected in a subwindow.

nil

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
 ⠀
X