COMMent Commands (Assign and query comments)


Assign or query the comment for a particular channel


Syntax


(Command)
(Query)


:COMMent:CH CH$,"A$"
:COMMent:CH? CH$

(Response)

CH$,"A$"
CH$ = CH1_1 to CH4_15, P1 to P2, LA1 to LB4, W1_1 to W4_2, Z1 to Z8, F1 to F4, LAT, LON, ALT, DIR, SPD, DST
A$ = comment text (up to 40 characters)


Details


Specifies a text string as a comment for channel CH$.
Returns the comment for channel CH$ as a text string.

Special characters can be entered as follows:
(Special characters other than the following are replaced by spaces.)

PC

ˆ2

ˆ3

˜u

˜o

˜e

˜c

˜+

˜,

˜;

ˆˆ

˜˜

MR8875

2

3

μ

Ω

ε

°

±

'

"

ˆ

˜


Either single (') or double quotation marks (") can be used in the command argument.


Example


:COMMent:CH CH1_1,"ABCDEFG"
(Sets the comment of analog channel CH1-1 to "ABCDEFG")

:COMMent:CH? CH1_1
(Response)  :COMMENT:CH CH1_1,"ABCDEFG"  (when headers are enabled)


Note


-


Usage
Conditions


F1 to F4, W1_1 to W4_2 or Z1 to Z8 is available in V2.00 or later.
LAT, LON, ALT, DIR, SPD or DST are available in V2.10 or later.




Assign or query a title comment


Syntax


(Command)
(Query)


:COMMent:TITLe "A$"
:COMMent:TITLe?

(Response)

"A$"
A$ = comment text (up to 40 characters)


Details


Sets the title comment.
Returns the title comment as a text string.

Special characters can be entered as follows:
(Special characters other than the following are replaced by spaces.)

PC

ˆ2

ˆ3

˜u

˜o

˜e

˜c

˜+

˜,

˜;

ˆˆ

˜˜

MR8875

2

3

μ

Ω

ε

°

±

'

"

ˆ

˜


Either single (') or double quotation marks (") can be used in the command argument.


Example


:COMMent:TITLe "HIOKI"
:COMMent:TITLe?
(Response)  :COMMENT:TITLE "HIOKI"  (when headers are enabled)


Note



Usage
Conditions


-