SCPI.DISPlay.ECHO.ADD

Object Type

Method (Write Only)

Syntax

SCPI.DISPlay.ECHO.ADD = Value

Description

This command sets add text in echo window except LineFeed(0x0a, vbLF) character. Other non-printable characters are converted to a space character. The excess portion of SCPI.DISPlay.ECHO.DATA string will be silently ignored.

Variable

Parameter

   Value

Description

Text in echo window

Data Type

Character string type (String)

Range

-

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as String
SCPI.DISPlay.ECHO.ADD = Var

Related Objects

SCPI.DISPlay.ECHO.CLEar

SCPI.DISPlay.ECHO.DATA

SCPI.DISPlay.ECHO.FSIZe

SCPI.DISPlay.ECHO.STATe

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:DISPlay:ECHO:ADD

Query Response

{String} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:ECHO:ADD Sample_Text"
20 ENTER 717;A$