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