REMOTE CONTROL 
57 
DISP:MENU:NAME 0 
Sets the display to the Voltage/Current display screen. 
DISPlay[:WINDow]:TEXT:CLEar 
 
Clears the text on the main screen from the 
DISPlay[:WINDow]:TEXT[:DATA] command . 
DISPlay[:WINDow]:TEXT:CLEar 
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. 
DISPlay:BLINk { 0 | 1 | OFF | ON } 
DISPlay:BLINk?