Command/Query
:DISPlay:WINDow<Ch>:MAXimize {ON|OFF|1|0}
:DISPlay:WINDow<Ch>:MAXimize?
This command turns ON/OFF the maximization of the active trace.
Only the maximized active trace is displayed in the window and the other traces are not displayed.
Parameter |
Selection Option |
Description |
ON/OFF of the maximization of the active trace |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Ana.WriteString ":DISP:WIND1:MAX ON", True
Ana.WriteString ":DISP:WIND1:MAX?", True
Var=Ana.ReadNumber
Trace Max
SCPI.DISPLAY.WINDOW(Ch).MAXIMIZE