Screen (DISPlay)


Set calculation result display

Syntax

(Command)


:DISPlay:CALCulate A$

A$ = OFF, ON

Details

Enables and disables calculation result display.

OFF  Not display calculation result
ON  Display calculation result

Example

:DISPlay:CALCulate ON

Note

-

Usage
Conditions

-




Set CAN frame display

Syntax

(Command)


:DISPlay:CANFrame A$

A$ = OFF, ON

Details

Enables and disables CAN frame display.

OFF  Not display CAN frame
ON  Display CAN frame

Example

:DISPlay:CANFrame ON

Note

-

Usage
Conditions

-




Select or query the display mode

Syntax

(Command)

(Query)


:DISPlay:CHANge A$

:DISPlay:CHANge?

(Response)

A$

A$ = WAVE, STATus, SAVE, UNIT, CHBAsic, CHSPec, CHSCale, CHWAve, SHEEt, TRGBasic, TRGSrc, NCALc, RT, RTLIst, WVCAlc, FFT, ENV, IF, TERMinal, INITialize, LIST

Details

Changes the display mode.
Returns the current display mode as a text string.

WAVE  Waveform
STATus  Measurement (Measurement condition)
SAVE  Measurement (Save settings)
UNIT  Channel (Module)
CHBAsic  Channel (List: Basic configuration)
CHSPec  Channel (List: Extended setting)
CHSCale  Channel (List: Scaling)
CHWAve  Channel (List: Waveform)
SHEEt  Sheet
TRGBasic  Trigger (Common setting)
TRGSrc  Trigger (Trigger source)
NCALc  Calculation (Numerical calculation)
RT  Calculation (Real-time calculation)
RTLIst  Calculation (Real-time calculation: List)
WVCAlc  Calculation (Waveform calculation)
FFT  Calculation (FFT)
ENV  System (Environment)
IF  System (Comm.)
TERMinal  System (External Terminal)
INITialize  System (Initialize)
LIST  System (Configuration list)

Example

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

Note

Screens can not be switched during measurement.
For devices not equipped with DSP, you can not switch to DSP related screens.

Usage
Conditions

-




Set or query comment display

Syntax

(Command)

(Query)


:DISPlay:COMView A$

:DISPlay:COMView?

(Response)

A$

A$ = OFF, ON

Details

Enables and disables comment display.
Returns the current comment display state.

OFF  Not display comments
ON  Display comments

Example

:DISPlay:COMView ON
:DISPlay:COMView?
(Response)  :DISPLAY:COMVIEW ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set cursor value display

Syntax

(Command)


:DISPlay:CURSor A$

A$ = OFF, ON

Details

Enables and disables cursor value display.

OFF  Not display cursor value
ON  Display cursor value

Example

:DISPlay:CURSor ON

Note

-

Usage
Conditions

-




Set cursor value display

Syntax

(Command)

(Query)


:DISPlay:CURCh A$,B$

:DISPlay:CURCh? A$

(Response)

A$,B$

A$ = CH1_1~CH8_4, L1A1~L8D4, W1~W16, Z1~Z16, CAN1~CAN64
B$ = OFF, ON

Details

Enables and disables cursor value display when the cursor value display type is SELECT.
Returns the current cursor value display setting when the cursor value display type is SELECT.

OFF  Not display cursor value
ON  Display cursor value

Example

:DISPlay:CURCh CH1_1,ON
:DISPlay:CURCh? CH1_1
(Response)  :DISPLAY:CURCH CH1_1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the type of cursor value display

Syntax

(Command)

(Query)


:DISPlay:CURType A$

:DISPlay:CURType?

(Response)

A$

A$ = SHEEt, SELEct

Details

Set the type of cursor value display.
Returns the type of cursor value display

SHEEt  Displays the value of the channel set to ON on the sheet
SELEct  Display the value of the selected channel

Example

:DISPlay:CURType SHEEt
:DISPlay:CURType?
(Response)  :DISPLAY:CURTYPE SHEET  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query waveform display color

Syntax

(Command)

(Query)


:DISPlay:DRAWing A$,R,G,B

:DISPlay:DRAWing? A$

(Response)

A$,R<NR1>,G<NR1>,B<NR1>

A$ = CH1_1 to CH8_4, L1A1 to L8D4, W1 to W16, Z1 to Z16, XY1 to XY8, F1 to F8, CAN1 to CAN64
R,G,B = 0 to 255

Details

Sets the waveform display color.
Retusn the waveform display color.
Waveform display color is specified by R (Red), G (Green) and B (Blue).

Example

:DISPlay:DRAWing CH1_1,192,0,0
:DISPlay:DRAWing? CH1_1
(Response)  :DISPLAY:DRAWING CH1_1,192,0,0  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the gauge of the waveform screen

Syntax

(Command)

(Query)


:DISPlay:GAUGe A,B,C$,D$

:DISPlay:GAUGe? A,B,C$

(Response)

A<NR1>,B<NR1>,C$,D$

A = 1 to 16 (Sheet No.)
B = 1 to 16 (Graph No.)
C$ = A to H (Gauge)
D$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16, F1 to F8

Details

Sets the on-screen gauge to indicate graph number and channel.
Returns the current on-screen gauge setting.

Example

:DISPlay:GAUGe 1,1,A,CH1_1
:DISPlay:GAUGe? 1,1,A
(Response)  :DISPLAY:GAUGE 1,1,A,CH1_1  (when headers are enabled)

Note

Available channels (argument CH$) depend on the display format.

Usage
Conditions

-




Set or query vertical gauge

Syntax

(Command)

(Query)


:DISPlay:GENAble A$,B$

:DISPlay:GENAble? A$

(Response)

A$,B$

A$ = A to H (Gauge)
B$ = OFF, ON

Details

Sets the vertical gauge.
Returns vertical gauge enablement.

OFF  Hide the gauge
ON  Show the gauge

Example

:DISPlay:GENAble A,ON
:DISPlay:GENAble? A
(Response)  :DISPLAY:GENABLE A,ON  (when headers are enabled)

Note

The display status of the gauge may change depending on the state of the channel waveform.

Usage
Conditions

-




Set or query the vertical gauge position

Syntax

(Command)

(Query)


:DISPlay:GPOS A$,B

:DISPlay:GPOS? A$

(Response)

A$,B<NR2>

A$ = A to H (Gauge)
B = 0.00 to 100.00

Details

Sets the vertical gauge position.
Returns the vertical gauge position.

Example

:DISPlay:GPOS A,0
:DISPlay:GPOS? A
(Response)  :DISPLAY:GPOS A,0.00  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the display graph of a waveform

Syntax

(Command)

(Query)


:DISPlay:GRAPh A$,B,C,D$

:DISPlay:GRAPh? A$,B,C

(Response)

A$,B<NR1>,C<NR1>,D$

A$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16, XY1 to XY8, F1 to F8, CAN1 to CAN64
B = 1 to 16 (Sheet No.)
C = 1 to 16 (Graph No.)
D$ = OFF, ON

Details

Specifies the screen region [Graph] in which to display waveform [trace] channnel.
Returns the current screen region [Graph] in which waveform [trace] channnel is displayed.

OFF  Hide the waveform
ON  Show the waveform

Example

:DISPlay:GRAPh CH1_1,1,1,ON
:DISPlay:GRAPh? CH1_1,1,1
(Response)  :DISPLAY:GRAPH CH1_1,1,1,ON  (when headers are enabled)

Note

Available graphs depend on the display format.

Usage
Conditions

-




Set or query the waveform to invert

Syntax

(Command)

(Query)


:DISPlay:INVErt A$,B$

:DISPlay:INVErt? A$

(Response)

A$,B$

A$ = CH1_1 to CH8_4
B$ = OFF, ON

Details

Makes settings for inverting waveforms.
The settings will be returned as a text string.

OFF  Disabled
ON  Enabled

Example

:DISPlay:INVErt CH1_1,ON
:DISPlay:INVErt? CH1_1
(Response)  :DISPLAY:INVERT CH1_1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query display position of logic waveform

Syntax

(Command)

(Query)


:DISPlay:LOGPosi A$,B$,C

:DISPlay:LOGPosi? A$,B$

(Response)

A$,B$,C<NR1>

A$ = L1 to L8 (Logic Module No.)
B$ = CHA to CHD (Logic Probe)
C = -100 to 200 (Position)

Details

Sets the display position of the logic waveform.
Returns the display position of the current logic waveform.

Example

:DISPlay:LOGPosi L1,CHA,50
:DISPlay:LOGPosi? L1,CHA
(Response)  :DISPLAY:LOGPOSI L1,CHA,50  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query logic waveform width

Syntax

(Command)

(Query)


:DISPlay:LWIDth A$

:DISPlay:LWIDth?

(Response)

A$

A$ = NARRow, NORMal, WIDE

Details

Sets the wave height of the logic waveform.
Returns the current logic wave height of the logic waveform.

NARRow  Narrow
NORMal  Normal
WIDE  Wide

Example

:DISPlay:LWIDth WIDE
:DISPlay:LWIDth?
(Response)  :DISPLAY:LWIDTH WIDE  (when headers are enabled)

Note

-

Usage
Conditions

-




Set display monitor

Syntax

(Command)


:DISPlay:MONItor A$

A$ = OFF, ON

Details

Enables and disables the monitor function.

OFF  Disabled
ON  Enabled

Example

:DISPlay:MONItor ON

Note

-

Usage
Conditions

-




Set or query the numerical display position

Syntax

(Command)

(Query)


:DISPlay:NUMEricpos A$

:DISPlay:NUMEricpos?

(Response)

A$

A$ = FIXEd,LEFT

Details

Sets the numerical display position.
Returns thenumerical display position.

FIXEd Align the columns of channel.
LEFT Display left justified.

Example

:DISPlay:NUMEricpos LEFT
:DISPlay:NUMEricpos?
(Response)  :DISPLAY:NUMERICPOS LEFT  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the number of background opacity

Syntax

(Command)

(Query)


:DISPlay:OPACity A

:DISPlay:OPACity?

(Response)

A<NR1>

A = 0,10,20,30,40,50,60,70,80,90,100

Details

Sets the number of background opacity.
Returns the current number of background opacity.

Example

:DISPlay:OPACity 100
:DISPlay:OPACity?
(Response)  :DISPLAY:OPACITY 100  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the waveform display position

Syntax

(Command)

(Query)


:DISPlay:POSItion A$,B,C

:DISPlay:POSItion? A$,B

(Response)

A$,B<NR1>,C

A$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16, F1 to F8
B = 1 to 16 (Sheet No.)
C = -1.0E+08 to 1.0E+08 (Position;%)

Details

Sets the display position of the waveform.
Returns the table position of the current waveform.

Example

:DISPlay:POSItion CH1_1,1,50
:DISPlay:POSItion? CH1_1,1
(Response)  :DISPLAY:POSITION CH1_1,1,+5.00000E+01  (when headers are enabled)

Note

-

Usage
Conditions

-




Select or query the displayed sheet

Syntax

(Command)

(Query)


:DISPlay:SHEEt A

:DISPlay:SHEEt?

(Response)

A<NR1>

A = 1 to 16 (Sheet No.)

Details

Selects the sheet to display.
Returns the currently displayed sheet.

Example

:DISPlay:SHEEt 1
:DISPlay:SHEEt?
(Response)  :DISPLAY:SHEET 1  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the channel to be displayed

Syntax

(Command)

(Query)


:DISPlay:STCH A$,B$

:DISPlay:STCH? A$

(Response)

A$,B$

A$ = CH1_1 to CH8_4, L1A1 to L8D4, W1 to W16, Z1 to Z16, F1 to F8, CAN1 to CAN64
B$ = OFF, ON

Details

Set the channel to be displayed.
Returns the current channel display setting.

OFF  Don't display waveform to specified sheet
ON  Display waveform to specified sheet

Example

:DISPlay:STCH CH1_1,ON
:DISPlay:STCH? CH1_1
(Response)  :DISPLAY:STCH CH1_1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query display updating

Syntax

(Command)

(Query)


:DISPlay:UPDAte A$

:DISPlay:UPDAte?

(Response)

A$

A$ = TRUE, FALSe

Details

Enables display updating.
Returns the current display updating state.

TRUE  Update the display
FALSe  Do not update the display

Example

:DISPlay:UPDAte FALSe (The screen does not update after this command is sent.)
:DISPlay:UPDAte?
(Response)  :DISPLAY:UPDATE FALSE  (when headers are enabled)

Note

The response speed of the instrument when receiving many commands can be improved by setting A$ to FALSe. However, attention to the instrument settings is still necessary when the display is not being updated, because parameters are changed by some commands.

Usage
Conditions

-




Set or query variable setting

Syntax

(Command)

(Query)


:DISPlay:VARIable A$,B$

:DISPlay:VARIable? A$

(Response)

A$,B$

CH1_1 to CH8_4
B$ = OFF, ON

Details

Enables variable setting.
Returns the variable setting.
This setting is valid when the grid fixed setting is ON.

Example

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

Note

-

Usage
Conditions

-




Set or query the upper and lower variable limits for waveform display

Syntax

(Command)

(Query)


:DISPlay:VARILimit A$,B,C

:DISPlay:VARILimit? A$

(Response)

A$,B,C

A$ = CH1_1 to CH8_4
B = Upper limit
C = Lower limit

Details

Makes the upper and lower limit settings for the variable function.
Returns the upper and lower limits of the current channel.
This setting is valid when the grid fixed setting is ON.

Example

:DISPlay:VARILimit CH1_1,100,-100
:DISPlay:VARILimit? CH1_1
(Response)  :DISPLAY:VARILIMIT CH1_1,+1.000000E+02,-1.000000E+02  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the upper and lower variable gain limits for waveform display

Syntax

(Command)

(Query)


:DISPlay:VARIUplow A$,B,C,D

:DISPlay:VARIUplow? A$,B

(Response)

A$,B<NR1>,C,D

A$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16, F1 to F8, CAN1 to CAN64
B = 1 to 16 (Sheet No.)
C = Upper limit
D = Lower limit

Details

Makes the upper and lower limit settings for the variable function.
Returns the upper and lower limits of the current channel. .

Example

:DISPlay:VARIUplow CH1_1,1,100,-100
:DISPlay:VARIUplow? CH1_1,1
(Response)  :DISPLAY:VARIUPLOW CH1_1,1,+1.000000E+02,-1.000000E+02  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the vernier function

Syntax

(Command)

(Query)


:DISPlay:VERNier A$,B

:DISPlay:VERNier? A$

(Response)

A$,B<NR2>

A$ = CH1_1 to CH8_4
B = 50.0 to 250.0 (%)

Details

Specifies the vernier value (%) for a channel.
Returns the current setting of the vernier value (%) for a channel.

Example

:DISPlay:VERNier CH1_1,100
:DISPlay:VERNier? CH1_1
(Response)  :DISPLAY:VERNIER CH1_1,100.0  (when headers are enabled)

Note

-

Usage
Conditions

-




Select the starting point for the waveform trace display

Syntax

(Command)


:DISPlay:VIEW A

A = 0 to (Number of stored data - 1) Number of stored data position

Details

Selects the starting point for the waveform trace display.

Example

:DISPlay:VIEW 300

Note

-

Usage
Conditions

-




Set or query the display magnification of the entire screen

Syntax

(Command)

(Query)


:DISPlay:VMAG A,B

:DISPlay:VMAG? A

(Response)

A<NR1>,B

A = 1 to 16 (Sheet No.)
B = +0.17 to +1E+06 (Magnification)

Details

Sets the display magnification of the entire screen.
Returns the current display magnification of the entire screen.

Example

:DISPlay:VMAG 1,1
:DISPlay:VMAG? 1
(Response)  :DISPLAY:VMAG 1,+1.00000E+00  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query zero position percentage of the display

Syntax

(Command)

(Query)


:DISPlay:VPOS A,B

:DISPlay:VPOS? A

(Response)

A<NR1>,B

A = 1 to 16 (Sheet No.)
B = -100 to 200 (%)

Details

Sets the zero position percentage of the display.
Returns the currently zero position percentage of the display.

Example

:DISPlay:VPOS 1,50
:DISPlay:VPOS? 1
(Response)  :DISPLAY:VPOS 1,+5.00000E+01  (when headers are enabled)

Note

-

Usage
Conditions

-




Assign or query the x-axis channel for the XY waveform

Syntax

(Command)

(Query)


:DISPlay:XAXIs A,B$

:DISPlay:XAXIs? A

(Response)

A<NR1>,B$

A = 1 to 8 (Waveform No.)
B$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16

Details

Assigns the x-axis channel for X-Y waveform trace.
Returns the x-axis channel of X-Y waveform trace.

Example

:DISPlay:XAXIs 1,CH1_1
:DISPlay:XAXIs? 1
(Response)  :DISPLAY:XAXIS 1,CH1_1  (when headers are enabled)

Note

-

Usage
Conditions

An XY waveform must be displayed.




Set or query time axis magnification/compression

Syntax

(Command)

(Query)


:DISPlay:XMAG A,B(,C)

:DISPlay:XMAG? A

(Response)

A<NR1>,B(,C)

A = 1 to 16 (Sheet No.)
B, C = +2.0E-08 to +5.0E+02 (Magnification)

Details

Sets the time axis magnification factor.
Returns the time axis magnification factor.
When dual sampling is turned ON, A refers to the trend waveform, and B refers to the time axis magnification of instantaneous waveforms.

Example

:DISPlay:XMAG 1,0.1
:DISPlay:XMAG? 1
(Response)  :DISPLAY:XMAG 1,+1.00000E-01  (when headers are enabled)

Note

-

Usage
Conditions

-




Select or query area (interval) setting for the XY waveforms

Syntax

(Command)

(Query)


:DISPlay:XYARea A,B$

:DISPlay:XYARea? A

(Response)

A<NR1>,B$

A = 1 to 16 (Sheet No.)
B$ = WHOLe, A, B

Details

Selects whether X-Y waveforms are generated from the whole waveform, or from just the portion (area) between the A/B section.
Returns the current selection of whether X-Y waveforms are generated from the whole waveform or from just the specified portion.

WHOLe  Whole
A  Segment 1
B  Segment 2

Example

:DISPlay:XYARea 1,WHOLe
:DISPlay:XYARea? 1
(Response)  :DISPLAY:XYAREA 1,WHOLE  (when headers are enabled)

Note

-

Usage
Conditions

An XY waveform must be displayed.




Assign or query the y-axis channel for the XY waveform

Syntax

(Command)

(Query)


:DISPlay:YAXIs A,B$

:DISPlay:YAXIs? A

(Response)

A<NR1>,B$

A = 1 to 8 (Waveform No.)
B$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16

Details

Assigns the y-axis channel for X-Y waveform trace.
Returns the y-axis channel of X-Y waveform trace.

Example

:DISPlay:YAXIs 1,CH1_1
:DISPlay:YAXIs? 1
(Response)  :DISPLAY:YAXIS 1,CH1_1  (when headers are enabled)

Note

-

Usage
Conditions

An XY waveform must be displayed.




Set or query vertical axis magnification/compression

Syntax

(Command)

(Query)


:DISPlay:YMAG A$,B,C

:DISPlay:YMAG? A$,B

(Response)

A$,B<NR1>,C

A$ = CH1_1 to CH8_4, W1 to W16, Z1 to Z16, F1 to F8
B = 1 to 16 (Sheet No.)
C = +1E-06 to +1E+06 (Magnification)

Details

Sets the vertical axis magnification factor for channel.
Returns the vertical axis magnification factor on channel.

Example

:DISPlay:YMAG CH1_1,1,2
:DISPlay:YMAG? CH1_1,1
(Response)  :DISPLAY:YMAG CH1_1,1,+2.00000E+00  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query display zooming

Syntax

(Command)

(Query)


:DISPlay:ZOOM A,B$

:DISPlay:ZOOM? A

(Response)

A<NR1>,B$

A = 1 to 16 (Sheet No.)
B$ = OFF, ON

Details

Enables and disables the zoom function.
Returns the current on/off state of the zoom function as a text string.

OFF  Disabled
ON  Enabled

Example

:DISPlay:ZOOM 1,ON
:DISPlay:ZOOM? 1
(Response)  :DISPLAY:ZOOM 1,ON  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query zoom magnification

Syntax

(Command)

(Query)


:DISPlay:ZOOMMag A,B

:DISPlay:ZOOMMag? A

(Response)

A<NR1>,B

A = 1 to 16 (Sheet No.)
B = +2.0E-08 to +5.0E+02 (Magnification)

Details

Sets the time-axis magnification for the lower screen when the zoom function is enabled.
Returns the time-axis magnification for the lower screen when the zoom function is enabled.

Example

:DISPlay:ZOOMMag 1,0.01
:DISPlay:ZOOMMag? 1
(Response)  :DISPLAY:ZOOMMAG 1,+1.00000E-02  (when headers are enabled)

Note

-

Usage
Conditions

-