Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).MAXimize = Status
Status = SCPI.DISPlay.WINDow(Ch).MAXimize
This command turns ON/OFF the maximization of the active trace of selected channel (Ch).
If you turned ON the maximization, only the maximized active trace is displayed in the window and the other traces are not displayed.
Parameter |
Status |
Description |
ON/OFF of the maximization of the active trace |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim TracMax As Boolean
SCPI.CALCulate(1).PARameter(2).SELect
SCPI.DISPlay.WINDow(1).MAXimize = True
TracMax = SCPI.DISPlay.WINDow(1).MAXimize
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Trace Max
:DISPlay:WINDow{[1]-4}:MAXimize {ON|OFF|1|0}
:DISPlay:WINDow{[1]-4}:MAXimize?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:MAX ON"
20 OUTPUT 717;":DISP:WIND1:MAX?"
30 ENTER 717;A