Interface (INTErface)


Sets or queries command compatibility mode.

Syntax

(Command)

(Query)


:INTErface:COMPatible A$

:INTErface:COMPatible?

(Response)

A$

A$ = MR8740, MR6000

Details

Sets the communication command compatibility mode to MR8740 compatibility or MR6000 compatibility.
The currently used communication command mode will be returned.

Example

:INTErface:COMPatible MR8740
:INTErface:COMPatible?
(Response)  :INTERFACE:COMPATIBLE MR8740  (when headers are enabled)

Note

-

Usage
Conditions

-




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

-