:REPository:MEASure:HISTogram:SELection

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

Command Syntax

:REPository:MEASure:HISTogramN:SELection <measurements>

Where N identifies one of four possible histograms {1:4} that you can design. For example, :HISTogram3.

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

Query Syntax

:REPository:MEASure:HISTogramN:SELection?

Description

For the Selected publishing mode, selects to publish one or more Histograms measurements that are listed in the Histograms panel. Measurements are identified using an index that represents the measurement's location in the panel. The index number is assigned row-by-row starting with column 1. In this picture, the index for Mean is 1, Median is 2, Std Dev is 3 and so forth. Programmatically, the you can return the index using the measurement's child :LOCation? query.

Example Command Sequence

To return the index location of the Total Hits, you would use these commands.

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