Comments (COMMent)


Assign or query the comment for a particular channel

Syntax

(Command)





(Query)


[When using MR8740 compatibility mode]
:COMMent:CH (A$,)B$,(C,)"D$"

[When using MR6000 compatibility mode]
:COMMent:CH B$,"D$"

[When using MR8740 compatibility mode]
:COMMent:CH? (A$,)B$(,C)

[When using MR6000 compatibility mode]
:COMMent:CH? B$

(Response)

[When using MR8740 compatibility mode]
(A$,)B$,(C<NR1>,)"D$"

[When using MR6000 compatibility mode]
B$,"D$"

A$ = L25 to L27 (logic channel only for B$)
B$= CH1_1 to CH27_4, CHA to CHD, Z1 to Z16 (If the parameter format is MR8740)
B$= CH1_1 to CH27_4, L25A1 to L27D4, Z1 to Z16 (If the parameter format is MR6000)
C = 1 to 4 (logic channel only for B$)
D$ = comment text (up to 40 characters)

Details

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

Either single (') or double quotation marks (") can be used in the command argument.
Special characters can be entered as follows:

PC

ˆ2

ˆ3

˜u

˜o

˜e

˜c

˜+

˜,

˜;

ˆˆ

˜˜

MR8740T

2

3

μ

Ω

ε

°

±

'

"

ˆ

˜


Example

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

:COMMent:CH L25,CHA,3,"123456"
(Sets the comment of logic channel CHA-3 to "123456")

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

Note

-

Usage
Conditions

-




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.

Either single (') or double quotation marks (") can be used in the command argument.
Special characters can be entered as follows:

PC

ˆ2

ˆ3

˜u

˜o

˜e

˜c

˜+

˜,

˜;

ˆˆ

˜˜

MR8740T

2

3

μ

Ω

ε

°

±

'

"

ˆ

˜


Example

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

Note

-

Usage
Conditions

-