Event marks (EVENt)


Adding Event mark

Syntax

(Command)


:EVENt:ADD

Details

Add an event marker.

Example

:EVENt:ADD

Note

-

Usage
Conditions

Being under measurement.




Delete all Event marks

Syntax

(Command)


:EVENt:DELAll

Details

Delete all Event marks.

Example

:EVENt:DELAll

Note

-

Usage
Conditions

Not being measured.




Querying for the number of event marks

Syntax

(Query)


:EVENt:MAXNum?

(Response)

A<NR1>

A = The number of Event marks

Details

Returns the number of event marks.

Example

:EVENt:MAXNum?
(Response)  :EVENT:MAXNUM 10  (when headers are enabled)

Note

-

Usage
Conditions

-




Query a position of Event mark

Syntax

(Query)


:EVENt:POSItion? A

(Response)

A<NR1>,B<NR1>

A = 1 to (Event mark number)
B = position

Details

Returns the position of the event mark.

Example

:EVENt:POSItion? 5
(Response)  :EVENT:POSITION 5,10  (when headers are enabled)

Note

If there is no waveform in the specified event mark, B = -1.

Usage
Conditions

Exist the event marks.