:REPository:MEASure:PAM:EYE:SELection

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

Command Syntax

:REPository:MEASure:PAM:EYE:SELection <measurements>

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

Query Syntax

:REPository:MEASure:PAM:EYE:SELection?

Description

For the Selected publishing mode, selects to publish one or more Jitter Mode's measurements that are listed in the PAM4 Eye panel. Measurements are identified using an index that represents the measurement's location in the panel. The location of Eye measurements is a two-value index in the form of '<row index>,<column index>'. This is unusual for results panels as the index is usually a single-value index.

In this picture, the index for an Eye Width (Eye 0/1) measurement has a location index of "1,1" and an Eye Height (Eye1/2) measurement has a location index of "2,2". Programmatically, you can return the index using the measurement's child :LOCation? query.

Example Command Sequence

To return the location of the Eye Width (Eye 0/1) and Eye Height (Eye1/2) measurements, you would use these commands.

FlexDCA.write(':REPository:MEASure:PMODe SELected')
FlexDCA.write(':MEASure:JITTer:EWIDth:EYE EYE0')
index = FlexDCA.query(':MEASure:JITTer:EWIDth:LOCation?')

FlexDCA.write(':MEASure:JITTer:AMPLitude:EHEight:EYE EYE1')
index2 = FlexDCA.query(':MEASure:AMPLitude:EHEight:LOCation?')
FlexDCA.write(':REPository:MEASure:PAM:EYE:SELection ' + index + ',' + index2)

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