Screen (DISPlay)


Sets and queries the screen mode.

Syntax

(Command)

(Query)


:DISPlay:CHANge A$,(B$,C$)

:DISPlay:CHANge?

(Response)

A$(,B$,C$)

Details

Changes the screen mode.
Returns the current screen mode as character data.
The correspondence between each parameter and the screen is as follows.
Medium and small items can be omitted. In that case, it moves to the screen that was displayed last in the specified item.

A$(Major item) B$(Middle item) C$(Small item) Display screen
WAVE - - Waveform
SET UNIT - Setting>Unit
MEAS RECORD Setting>Measure>Record
A_SAVE Setting>Measure>Auto save
M_SAVE Setting>Measure>Manual save
DISPLAY Setting>Measure>Display
CHANNEL INDIVIDUAL Setting>Channel>Individual
UNIT1 to UNIT4 Setting>Channel>Wired Unit 1 to Unit 4
REMOTE1 to REMOTE7 Setting>Channel>Wireless Unit 1 to Unit 7
PULSE Setting>Channel>Pulse
TRIG COMMON Setting>Trigger>Common
UNIT1 to UNIT4 Setting>Trigger>Wired Unit 1 to Unit 4
REMOTE1 to REMOTE7 Setting>Trigger>Wireless Unit 1 to Unit 7
PULSE Setting>Trigger>Pulse
W_CALC Setting>Trigger>Waveform
ALARM COMMON Setting>Alarm>Common
ALARM1_8 Setting>Alarm>Alarm 1-8
UNIT1 to UNIT4 Setting>Alarm>Wired Unit 1 to Unit 4
REMOTE1 to REMOTE7 Setting>Alarm>Wireless Unit 1 to Unit 7
PULSE Setting>Alarm>Pulse
W_CALC Setting>Alarm>Waveform
CALC NUMERICAL Setting>Calculation>Numerical
WAVEFORM Setting>Calculation>Waveform
SYSTEM ENVIRONMENT Setting>System>Environment
INTERFACE Setting>System>Communication
EXTERNAL Setting>System>External
FILE SD - File>SD
USB - File>USB
MONITOR - - Monitor
QSET - - Quick set
*Query only

Example

:DISPlay:CHANge WAVE
:DISPlay:CHANge?
(Response)  :DISPLAY:CHANGE WAVE  (when headers are enabled)

Note

The screen cannot be switched during measurement.
Cannot change to a unit screen that is not connected.

Usage
Conditions

-




Insert the event mark.

Syntax

(Command)


:DISPlay:MARK

Details

Insert the event mark.

Example

:DISPlay:MARK

Note

-

Usage
Conditions

Insert event mark at only start.




Queries the event mark num.

Syntax

(Query)


:DISPlay:MARK?

(Response)

A<NR1>

A = 0 to 1000

Details

Queries the event mark num as an NR1 numerical value.

Example

:DISPlay:MARK?
(Response)  :DISPLAY:MARK 10  (when headers are enabled)

Note

-

Usage
Conditions

-




Jump to the event mark.

Syntax

(Command)


:DISPlay:MARKJump A

A = 1 to event mark num

Details

Jump to the event mark.

Example

:DISPlay:MARKJump 10

Note

-

Usage
Conditions

-




Queries the data num at the event mark designeated.

Syntax

(Query)


:DISPlay:MARKJump? A

(Response)

A<NR1>,B<NR1>

A = 1 to event mark num
B = data num

Details

Queries the data num at the event mark designeated as an NR1 numerical value.

Example

:DISPlay:MARKJump? 10
(Response)  :DISPLAY:MARKJUMP 10,500  (when headers are enabled)

Note

-

Usage
Conditions

-




Performs waveform display.

Syntax

(Command)


:DISPlay:WAVE A$

A$ = ACUR,TRIG,POINT

Details

Displays the waveform on the screen from the position indicated by A$.

ACUR A Cursor position (cursor display: ON, cursor type: valid only for vertical axis)
TRIG Trigger point
POINT Point set by :MEMory:POINt

Example

:DISPlay:WAVE ACUR

Note

-

Usage
Conditions

-




Sets and queries the waveform display color.

Syntax

(Command)











(Query)


[Analog waveform display]
:DISPlay:ANALog:DRAWing ch$,A$

[Pulse waveform display]
:DISPlay:PULSe:DRAWing pls$,A$

[Alarm waveform display]
:DISPlay:ALARm:DRAWing alm$,A$

[Wave calc waveform display]
:DISPlay:CALCulate:DRAWing w$,A$

[Analog waveform display]
:DISPlay:ANALog:DRAWing? ch$

[Pulse waveform display]
:DISPlay:PULSe:DRAWing? pls$

[Alarm waveform display]
:DISPlay:ALARm:DRAWing? alm$

[Wave calc waveform display]
:DISPlay:CALCulate:DRAWing? w$

(Response)

[Analog waveform display]
ch$,A$

[Pulse waveform display]
pls$,A$

[Alarm waveform display]
alm$,A$

[Wave calc waveform display]
w$,A$

ch$ =
pls$ =
alm$ =
w$ =
A$ = OFF,C1 to C24

Details

Sets the waveform display color for the channel designated by ch$/pls$/alm$/w$.
Returns the waveform display color for the channel designated by ch$/pls$/alm$/w$ as character data.

The relationship between color numbers and display colors is as follows.

C1 C2 C3 C4 C5 C6 C7 C8
C9 C10 C11 C12 C13 C14 C15 C16
C17 C18 C19 C20 C21 C22 C23 C24

Example

:DISPlay:ANALog:DRAWing CH1_1,C1
:DISPlay:ANALog:DRAWing? CH1_1
(Response)  :DISPLAY:ANALOG:DRAWING CH1_1,C1  (when headers are enabled)

Note

It is also possible to set and query using the following conventional commands.
:DISPlay:DRAWing ch$,A$ / :DISPlay:DRAWing? ch$
:DISPlay:PDRAWing pls$,A$ / :DISPlay:PDRAWing? pls$
:DISPlay:ADRAWing alm$,A$ / :DISPlay:ADRAWing? alm$
:DISPlay:WDRAWing w$,A$ / :DISPlay:WDRAWing? w$

Usage
Conditions

-




Sets and queries the analog waveform display ON/OFF.

Syntax

(Command)











(Query)


[Analog waveform display]
:DISPlay:ANALog:USECh ch$,A$

[Pulse waveform display]
:DISPlay:PULSe:USECh pls$,A$

[Alarm waveform display]
:DISPlay:ALARm:USECh alm$,A$

[Wave calc waveform display]
:DISPlay:CALCulate:USECh w$,A$

[Analog waveform display]
:DISPlay:ANALog:USECh? ch$

[Pulse waveform display]
:DISPlay:PULSe:USECh? pls$

[Alarm waveform display]
:DISPlay:ALARm:USECh? alm$

[Wave calc waveform display]
:DISPlay:CALCulate:USECh? w$

(Response)

[Analog waveform display]
ch$,A$

[Pulse waveform display]
pls$,A$

[Alarm waveform display]
alm$,A$

[Wave calc waveform display]
w$,A$

ch$ =
pls$ =
alm$ =
w$ =
A$ = OFF, ON

Details

Sets the analog waveform display ON/OFF for the channel designated by ch$/pls$/alm$/w$.
Returns the analog waveform display ON/OFF for the channel designated by ch$/pls$/alm$/w$ as character data.

OFF Not display waveform
ON Display waveform

Example

:DISPlay:ANALog:USECh CH1_1,ON
:DISPlay:ANALog:USECh? CH1_1
(Response)  :DISPLAY:ANALOG:USECH CH1_1,ON  (when headers are enabled)

Note

It is also possible to set and query using the following conventional commands.
:DISPlay:USECh ch$,A$ / :DISPlay:USECh? ch$
:DISPlay:AUSECh alm$,A$ / :DISPlay:AUSECh? alm$
:DISPlay:WUSECh w$,A$ / :DISPlay:WUSECh? w$

Usage
Conditions

-




Sets and queries the upper-lower mode.

Syntax

(Command)





(Query)


[Analog waveform display]
:DISPlay:ANALog:VARIable ch$,A$

[Pulse waveform display]
:DISPlay:PULSe:VARIable pls$,A$

[Analog waveform display]
:DISPlay:ANALog:VARIable? ch$

[Pulse waveform display]
:DISPlay:PULSe:VARIable? pls$

(Response)

[Analog waveform display]
ch$,A$

[Pulse waveform display]
pls$,A$

ch$ =
pls$ =
A$ = OFF, ON

Details

Sets the upper-lower mode for the channel designated by ch$/pls$.
Returns the current upper-lower mode for the channel designated by ch$/pls$ as character data.

OFF set in position
ON set in up-low

Example

:DISPlay:ANALog:VARIable CH1_1,ON
:DISPlay:ANALog:VARIable? CH1_1
(Response)  :DISPLAY:ANALOG:VARIABLE CH1_1,ON  (when headers are enabled)

Note

[Pulse waveform display]
If the input type is other than the number of revolutions, the setting cannot be changed.
It is also possible to set and query using the following conventional commands.
:DISPlay:VARIable ch$,A$ / :DISPlay:VARIable? ch$
:DISPlay:PVARIable pls$,A$ / :DISPlay:PVARIable? pls$

Usage
Conditions

-




Sets and queries the upper-lower level.

Syntax

(Command)








(Query)


[Analog waveform display]
:DISPlay:ANALog:VARIUPLOw ch$,A,B

[Pulse waveform display]
:DISPlay:PULSe:VARIUPLOw pls$,A,B

[Wave calc waveform display]
:DISPlay:CALCulate:VARIUPLOw w$,A,B

[Analog waveform display]
:DISPlay:ANALog:VARIUPLOw? ch$

[Pulse waveform display]
:DISPlay:PULSe:VARIUPLOw? pls$

[Wave calc waveform display]
:DISPlay:CALCulate:VARIUPLOw? w$

(Response)

[Analog waveform display]
ch$,A<NR3>,B<NR3> (4 decimal places)

[Pulse waveform display]
pls$,A<NR3>,B<NR3> (4 decimal places)

[Wave calc waveform display]
w$,A<NR3>,B<NR3> (4 decimal places)

ch$ =
pls$ =
w$ =
A = -9.9999E+29 to 9.9999E+29 (upper level)
B = -9.9999E+29 to 9.9999E+29 (lower level)

Details

Sets the upper-lower level for the channel designated by ch$/pls$/w$.
Returns the current upper-lower level for the channel designated by ch$/pls$/w$ as an NR3 numerical value.

Example

:DISPlay:ANALog:VARIUPLOw CH1_1,100,-100
:DISPlay:ANALog:VARIUPLOw? CH1_1
(Response)  :DISPLAY:ANALOG:VARIUPLOW CH1_1,1,+1.0000E+02,-1.0000E+02  (when headers are enabled)

Note

It is also possible to set and query using the following conventional commands.
:DISPlay:VARIUPLOw ch$,A,B / :DISPlay:VARIUPLOw? ch$
:DISPlay:PVARIUPLOw pls$,A,B / :DISPlay:PVARIUPLOw? pls$
:DISPlay:WVARIUPLOw w$,A,B / :DISPlay:WVARIUPLOw? w$

Usage
Conditions

-




Sets and queries the magnification/compression ratio on the voltage axis.

Syntax

(Command)





(Query)


[Analog waveform display]
:DISPlay:ANALog:YMAG ch$,A$

[Pulse waveform display]
:DISPlay:PULSe:YMAG pls$,A$

[Analog waveform display]
:DISPlay:ANALog:YMAG? ch$

[Pulse waveform display]
:DISPlay:PULSe:YMAG? pls$

(Response)

[Analog waveform display]
ch$,A$

[Pulse waveform display]
pls$,A$

ch$ =
pls$ =
A$ = X1_2, X1, X2, X5, X10, X20, X50, X100

Details

Sets the magnification/compression ratio on the voltage axis for the channel designated by ch$/pls$.
Returns the current magnification/compression ratio on the voltage axis for the channel designated by ch$/pls$ as character data.

Example

:DISPlay:ANALog:YMAG CH1_1,X2
:DISPlay:ANALog:YMAG? CH1_1
(Response)  :DISPLAY:ANALOG:YMAG CH1_1,X2  (when headers are enabled)

Note

It is also possible to set and query using the following conventional commands.
:DISPlay:YMAG ch$,A,B / :DISPlay:YMAG? ch$
:DISPlay:PYMAG pls$,A,B / :DISPlay:PYMAG? pls$

Usage
Conditions

-