:MEASure:LIST:MOVE

Command Syntax

:MEASure:LIST:MOVE <from_index>, <to_index>

<from_index> and <to_index> are integers.

Description

In the graphical user interface's measurement Results table list, this command moves the measurement at the <from_index> to the <to_index>.

In the graphical user interface, you can simply drag the a measurement from one location and drop it at the new location.

The arguments are index numbers that specify the current and new locations of the measurement to be moved. 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, :MEASure:HORizontal:FTIMe:LOCation?.

Example Command Sequence

Read the location of the :MEASure:HORizontal:FTIMe result in the table, send the MOVE command with the returned value. In this case 2.

:MEASure:HORizontal:FTIMe:LOCation?
…
…
:MEASure:LIST:MOVE 2, 1

Related Commands