Property (Read-Write)
SCPI.DISPlay.MAXimize = Status
Status = SCPI.DISPlay.MAXimize
This command turns ON/OFF the window maximization of the active channel.
If the maximization is set to ON, only the window of the active channel is maximized on the LCD display and the windows of the other channels are not displayed.
Parameter |
Status |
Description |
ON/OFF of the window maximization |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim ChMax As Boolean
SCPI.DISPlay.SPLit = "d1_2"
SCPI.DISPlay.WINDow(2).ACTivate
SCPI.DISPlay.MAXimize = True
ChMax = SCPI.DISPlay.MAXimize
SCPI.DISPlay.WINDow(Ch).ACTivate
Channel Max
:DISPlay:MAXimize {ON|OFF|1|0}
:DISPlay:MAXimize?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:MAX ON"
20 OUTPUT 717;":DISP:MAX?"
30 ENTER 717;A