User manual

REMOTE CONTROL
63
: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. The string must be enclosed
in quotes: “STRING”. Only ASCII characters 20H
to 7EH can be used in the <string>.
Syntax
Query Syntax
:DISPlay[:WINDow]:TEXT[:DATA] <string>
:DISPlay[:WINDow]:TEXT[:DATA]?
Parameter/
Return parameter
<string>
ASCII character 20H to 7EH can be used to in
the string parameter. The string must be
enclosed in quotes: “STRING
Example
DISP:WIND:TEXT:DATA “STRING”
Writes STRING to the display.
Query Example
DISP:WIND:TEXT:DATA?
“STRING”
Returns the text data string on the screen.
:DISPlay:BLINk
Set
Query
Description
Turns blink on or off for the display. Blink is set to
OFF by default.
Syntax
Query Syntax
:DISPlay:BLINk {<bool>|OFF|ON}
:DISPlay:BLINk?
Parameter
OFF | 0
Turns blink OFF
ON | 1
Turns blink ON
Return parameter
<bool>
Returns the blink status.
Example
DISP:BLIN 1
Turns blink ON.