Display[:window]:text:clear, Display[:window]:text[:data, Display:blink – GW Instek PSW-Series Programming & Command manual User Manual
Page 57

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