:REPository:MEASure:CRECovery:SELection

Meas. mode:
Scope
Eye
Jitter
Publish mode:
Selected
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:REPository:MEASure:CRECoveryN:SELection <measurements>

Where N identifies the slot number and must be selected from {1:8}. The slot number is associated with the N1076A, N1077A, or 86108A/B Precision Waveform Analyzer module with Option JSA. When an 86108A/B module is used, the slot number is always 1.

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

Query Syntax

:REPository:MEASure:CRECoveryN:SELection?

Description

For the Selected publishing mode, selects to publish one or more measurements that are listed in the JSA Results panel. Measurements are identified using an index that represents the measurement's location in the panel. In this picture, the indexes are 1 for TJ (rms), 2 for DJ (rms), and 3 for RJ (rms). Programmatically, the you can return the index using the measurement's child :LOCation? query.

Example Command Sequence

To return the location of the DJ (rms) measurement, you would use these commands.

FlexDCA.write(':REPository:MEASure:PMODe SELected')
index = FlexDCA.query(':MEASure:CRECoverey1:DJ:LOCation?')
FlexDCA.write(':REPository:MEASure:CRECoverey: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