:REPository:MEASure:MTESt:SELection

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

Command Syntax

:REPository:MEASure:MTEStN:SELection <measurements>

Where N identifies a specific mask and must be a value from 1 to 16 {1:16}. For example, :MTESt2: selects mask 2.

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

Query Syntax

:REPository:MEASure:MTEStN:SELection?

Description

For the Selected publishing mode, selects to publish one or more Mask Test measurements that are listed in the Mask Test panel. Measurements are identified using an index that represents the measurement's location in the panel. In this picture, the index for Region 3 standard mask violations 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 Region 3 standard mask violations, you would use these commands.

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