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

awvSetPlotStyle

awvSetPlotStyle(
w_windowID
t_plotStyle
[ ?subwindow x_subwindow ]
)
=> t / nil

Description

Sets the plotting style in a subwindow of the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

t_plotStyle

Plotting style to be set for the subwindow.

Possible values are auto, bar, scatterPlot, joined, polezero, histogram, point, line and spectral.

?subwindow x_subwindow

Identification number of the subwindow (found in the top-right corner of the subwindow) whose plotting style is to be set.

If you do not specify this argument, plotting style is set to the current subwindow.

Value Returned

t

Plotting style is set to the subwindow of the specified Waveform window.

nil

The specified Waveform window, subwindow, or the plotting style does not exist.

Examples

The following example sets the plotting style of subwindow 2 to point in the current Waveform window.

awvSetPlotStyle(awvGetCurrentWindow() "point" ?subwindow 2)
=> t

Return to top
 ⠀
X