:REPository:MEASure:PAM:LEVel:SELection

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

Command Syntax

:REPository:MEASure:PAM:LEVel: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:LEVel:SELection?

Description

For the Selected publishing mode, selects to publish one or more Jitter Mode's measurements that are listed in the PAM4 Level panel. Measurements are identified using an index that represents the measurement's location in the panel. The location of Level 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 Level ( Level 1) measurement has a location index of "1,2" and an TI (Level 3) measurement has a location index of "2,4". Programmatically, you can return the index using the measurement's child :LOCation? query.

Example Command Sequence

To return the location of the Level ( Level 1) and TI (Level 3) measurements, you would use these commands.

FlexDCA.write(':REPository:MEASure:PMODe SELected')
FlexDCA.write(':MEASure:AMPLitude:LEVel:LEVel LEVel1')
index = FlexDCA.query(':MEASure:AMPLitude:LEVel:LOCation?')

FlexDCA.write(':MEASure:AMPLitude:TI:LEVel LEVel3')
index2 = FlexDCA.query(':MEASure:AMPLitude:TI:LOCation?')
FlexDCA.write(':REPository:MEASure:PAM:LEVel: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