awvSetPlotStyle
awvSetPlotStyle(w_windowID t_plotStyle[?subwindowx_subwindow] ) =>t/nil
Description
Sets the plotting style in a subwindow of the specified Waveform window.
Arguments
Value Returned
|
Plotting style is set to the subwindow of the specified Waveform window. |
|
|
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