SCPI.DISPlay.WINDow(Ch).MAXimize

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).MAXimize = Status

Status = SCPI.DISPlay.WINDow(Ch).MAXimize

Description

This command turns ON/OFF the maximization of the active trace of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the maximization of the active trace

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the maxim display.

  • False or OFF: Turns OFF the maxim display.

Preset value

False or OFF

Examples

Dim TracMax As Boolean
SCPI.CALCulate(1).PARameter(2).SELect
SCPI.DISPlay.WINDow(1).MAXimize = True
TracMax = SCPI.DISPlay.WINDow(1).MAXimize

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.DISPlay.MAXimize

Equivalent key

Trace Max

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}:MAXimize {ON|OFF|1|0}

:DISPlay:WINDow{[1]-4}:MAXimize?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:WIND1:MAX ON"
20 OUTPUT 717;":DISP:WIND1:MAX?"
30 ENTER 717;A