:REPository:MEASure:JITTer:SELection

Meas. mode:
Jitter
Waveforms:
NRZ
Publish mode:
Selected
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:REPository:MEASure:JITTer:SELection <measurements>

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

Query Syntax

:REPository:MEASure:JITTer:SELection?

Description

For the Selected publishing mode, selects to publish one or more Jitter Mode's measurements that are listed in the Jitter panel. Measurements are identified using an index that represents the measurement's location in the panel. In this picture, the index for TJ is 1, DJ is 2, and RJ 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 DJ measurement, you would use these commands.

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