25
4-3. Display Commands
4-3-1. :DISPlay:MENU[:NAME]
Set
Query
Description
This command selects a screen menu or queries the current
screen menu.
Syntax
:DISPlay:MENU[:NAME] <NR1>
Query Syntax :DISPlay:MENU[:NAME]?
Parameter
0
Measurement-Voltage / Current
1
Measurement-Voltage / Power
2
Measurement-Power / Current
3
Set Menu(Voltage/Current)
4
OVP / OCP Menu
5~99
Not Used.
100~199 F-00~99 Menu.
Example
:DISP:MENU 0
Sets the display to the Voltage/Current display screen.
Query
example
:DISP:MENU?
>0
Return the code of the display state.
(0 = Measurement-Voltage / Current)
4-3-2. :DISPlay[:WINDow]:TEXT:CLEar
Set
Description
Clears the text on the main screen.
Syntax
:DISPlay[:WINDow]:TEXT:CLEar
Example
:DISP:TEXT:CLE
Clears the text on the main screen.
4-3-3. :DISPlay[:WINDow]:TEXT[:DATA]
Set
Query
Description
Sets or queries the data text that will be written to the display.
Writing to the display will overwrite data that is currently on the
screen. Overwriting a display area with a shorter string may or
may not overwrite the screen.
Syntax
:DISPlay[:WINDow]:TEXT[:DATA]
“<string>”
Query Syntax :DISPlay[:WINDow]:TEXT[:DATA]?
Parameter
“<string>” Sets the eight characters of 20H ~ 7EH of ASCII
characters. Must be enclosed in quotation marks (")
string.
Return
parameter
“<string>” Return a text string enclosed in quotation marks (").
Example
:DISP:TEXT
“ABCD”
Sets the screen the text data of "ABCD".