awvSetXLimit
awvSetXLimit(w_windowID l_minMax[?subwindowx_subwindow] ) =>t/nil
Description
Sets the display limits of x axis in a subwindow of the specified Waveform window.
Arguments
Value Returned
Examples
The following example sets the display limit of x axis from 20ns to 100ns in the current subwindow of the specified Waveform window.
awvSetXLimit(window(38) list(20ns 100ns))
=> t
The following example sets the display limits of x axis from 40ns to 200ns in the subwindow number 3 of the current Waveform window.
awvSetXLimit(awvGetCurrentWindow() list(40ns 200ns) ?subwindow 3)
=> t
Return to top