awvSetDisplayStatus
awvSetDisplayStatus(w_windowID g_enable[?subwindowx_subwindow] ) =>t/nil
Description
Sets the display status of a subwindow in the specified Waveform window.
Arguments
Value Returned
Examples
The following example turns on the display status of subwindow 1 in the current Waveform window.
awvSetDisplayStatus(awvGetCurrentWindow() t ?subwindow 1)
=> t
The following example turns off the display status of subwindow 2 in the current Waveform window.
awvSetDisplayStatus(awvGetCurrentWindow() nil ?subwindow 2)
=> t
Return to top