:REPository:MEASure:TDR:SELection

Meas. mode:
TDR
Publish mode:
Selected
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:REPository:MEASure:TDR:SELection <measurements>

Where <measurements> is a comma-separated string that selects one or more measurements. For example, "1,3,5".

Query Syntax

:REPository:MEASure:TDR:SELection?

Description

For the Selected publishing mode, selects to publish one or more TDR Mode's measurements that are listed in the Results panel. Measurements are identified using an index that represents the measurement's location in the panel. In this picture, the index for Rise Time is 1, Frequency is 2, and Period is 3. Programmatically, the you can return the index using the measurement's child :LOCation? query.

Example Command Sequence

To return the location of the Frequency measurement, you would use these commands.

FlexDCA.write(':REPository:MEASure:PMODe SELected')
index = FlexDCA.query(':MEASure:TDR:RISetime:LOCation?')
FlexDCA.write(':REPository:MEASure:TDR:SELection ' + index)

Indexes

Requires FlexDCA revision A.05.70 and above.

Starting with FlexDCA revision A.06.02, a FlexDCA license is no longer required to use FlexDCA with the N8844A Data Analytics Web Service Software.

Related Commands