:MEASure:EYE:LIST:REMove

Instrument mode:
Eye
Package License:
RND
MFG
SNT
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:MEASure:EYE:LIST:REMove <index>

<index> is an int.

Description

Removes the selected interference measurement from the active measurement list, which is displayed in the Results table. Argument <N> is an index number that specifies the measurement to be removed. The active measurement list is indexed starting at 1. As a result, the first (top most) measurement in the list is identified as 1, the second measurement from the top is identified as 2, and so forth. To get the index value for a specific measurement, use the :LOCation? child command for the targeted measurement. For example, use :MEASure:EYE:FALLtime:LOCation?.

Example Command Sequence

Read the location of the Falltime result in the table, send the REMove command with the returned value. In this case 2.

:SYSTem:MODE EYE
:MEASure:EYE:FALLtime:LOCation?
…
…
:MEASure:EYE:LIST:REMove 2