:MEASure:LIST:REMove
Command Syntax
:MEASure:LIST:REMove <index>
<index> is an int.
Description
Removes the selected measurement from the active measurement list, which is displayed in the Results table. The argument 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:HORizontal:FTIMe:LOCation?.
Example Command Sequence
Read the location of the :MEASure:HORizontal:FTIMe result in the table, send the REMove command with the returned value. In this case 2.
:MEASure:HORizontal:FTIMe:LOCation? … … :MEASure:LIST:REMove 2
Related Commands
:MEASure:LIST:CLEarClears the results table.:MEASure:LIST:ITEM{N}:REGionSelects single measurement in the results table..:MEASure:LIST:ITEM{N}:SOURceChanges the source of an existing measurement in the results table.:MEASure:LIST:MOVEMoves a measurement from one location to another in the results table.:MEASure:LIST:SELectSelects single measurement in the results table.