beautypg.com

Display[:window]:text[:data, Display:blink – GW Instek PSU-Series Programming User Manual User Manual

Page 63

background image

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 .

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. Blink is set to
OFF by default.

Syntax
Query Syntax

:DISPlay:BLINk {|OFF|ON}
:DISPlay:BLINk?

Parameter

OFF | 0

Turns blink OFF

ON | 1

Turns blink ON

Return parameter

Returns the blink status.

Example

DISP:BLIN 1
Turns blink ON.