awvGetDisplayMode
awvGetDisplayMode(w_windowID[?subwindowx_subwindow] ) =>t_mode/nil
Description
Returns display mode of a subwindow of the specified Waveform window.
Arguments
Value Returned
Examples
The following example returns display mode of the subwindow 2 of the current Waveform window.
win = awvGetCurrentWindow()
=> window:8
awvGetDisplayMode(win ?subwindow 2)
=> "smith"
The following example returns display mode of the current subwindow of the specified Waveform window.
awvGetDisplayMode(window(9))
=> "composite"
Return to top