Interface (INTErface)


Set or query the message delimiter

Syntax

(Command)

(Query)


:INTErface:DELImiter A$

:INTErface:DELImiter?

(Response)

A$

A$ = CR_LF, LF

Details

Sets the end-of-message delimiter (terminator).
Returns the current end-of-message delimiter.

LF  ANSI code: 0Ah
CR_LF  ANSI code: 0Dh and 0Ah

Example

:INTErface:DELImiter CR_LF
:INTErface:DELImiter?
(Response)  :INTERFACE:DELIMITER CR_LF  (when headers are enabled)

Note

-

Usage
Conditions

-




Set or query the text code

Syntax

(Command)

(Query)


:INTErface:TXTCode A$

:INTErface:TXTCode?

(Response)

A$

A$ = AUTO, SJIS, UTF8

Details

Set the text code of the command.
Returns the text code of the current command.

AUTO  Follow the display language setting
SJIS  Shift_JIS
UTF8  UTF-8

Example

:INTErface:TXTCode SJIS
:INTErface:TXTCode?
(Response)  :INTERFACE:TXTCODE SJIS  (when headers are enabled)

Note

-

Usage
Conditions

-