SCPI.DISPlay.ECHO.DATA

Object type

Property (Write Only)

Syntax

SCPI.DISPlay.ECHO.DATA = Cont

Description

This command displays a character string in the echo window. This command is different from ECHO command as it displays a single character string.

Variable

Parameter

Cont

Description

String you want to display in the echo window.

Data type

Character string type (String)

Range

254 characters or less

Examples

SCPI.DISPlay.ECHO.DATA = "Test Result"
SCPI.DISPlay.TABLe.TYPE = "echo"
SCPI.DISPlay.TABLe.STATe = True

Related objects

ECHO

SCPI.DISPlay.TABLe.TYPE

SCPI.DISPlay.TABLe.STATe

SCPI.DISPlay.ECHO.CLEar

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:DISPlay:ECHO[:DATA] <string>

Example of use

10 OUTPUT 717;":DISP:ECHO ""TEST RESULT"""