INTErface Commands


Set or query the message delimiter


Syntax


(Command)
(Query)


:INTErface:DELImiter A$
:INTErface:DELImiter?

(Response)

A$
A$ = LF, CR_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


-




Query the GPS positioning status


Syntax


(Query)


:INTErface:GPS A$

(Response)

A$
A$ = OFF, NONE, 2D, 3D


Details


Returns the positioning status of the GPS modules.

OFF  (GPS module is not equipped.)
NONE  (Not positioning)
2D  (2D positioning)
3D  (3D positioning)


Example


:INTErface:GPS?
(Response)  :INTERFACE:GPS 3D  (when headers are enabled)


Note


-


Usage
Conditions


GPS is available in V2.10 or later.