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