Language Dictionary 3
Keysight Models 6811C, 6812C, and 6813C Programming Guide 73
DISPlay:MODE
This command sets the display to show either normal instrument functions, or to
show a text message. Text messages are defined with DISPlay:TEXT:DATA.
DISPlay:TEXT
This command sets the character string that is displayed when the display mode
is set to TEXT. The argument is a quoted string limited to upper case alpha
characters and numbers. The display is capable of showing up to 14 characters. If
the string exceeds the display capacity, it will be truncated.
DISPlay:TEXT:CLEar
Clears text string set on DISP:TEXT.
Command syntax DISPlay[:WINDow]:MODE <mode>
Parameters NORMal | TEXT
*RST value NORMal
Examples
DISP:MODE TEXT
Query syntax DISPlay[:WINDow]:MODE?
Returned parameters <CRD>
Related commands DISP DISP:TEXT
Command syntax DISPlay[:WINDow]:TEXT[:DATA] <quoted_string>
Parameters <quoted_string>
*RST value Null string
Examples
DISP:TEXT “DO TEST1”
Query syntax DISPlay[:WINDow]:TEXT?
Returned parameters <SRD> (the last programmed string)
Related commands DISP DISP:MODE
Command syntax DISPlay[:WINDow]:TEXT:CLEar
Parameters None
Examples
DISP:TEXT:CLE
Related commands DISP:MODE DISP:TEXT