:REPository:MEASure:PUBLish:SOURce:LOCation

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

Command Syntax

:REPository:MEASure:PUBLishN:SOURce:LOCation <index>

Where N identifies a custom measurement and must be a value from 1 to 16 {1:16}. For example, ":REPository:MEASure:PUBLish2:SOURce:LOCation 3".

Where <index> is a number that a displayed measurements location within a results panel.

Query Syntax

:REPository:MEASure:PUBLishN:SOURce:LOCation?

Description

For the Custom publishing mode, selects to publish a single measurement that is displayed in a results panel. The measurement is identified using an index that represents the measurement's location in the panel. You can return the index by using the measurement's child :LOCation? query that is in the :MEASure subsystem. For example, to get the location of Eye mode's risetime measurement you would send the following query:

index = FlexDCA.query(':MEASure:EYE:RISetime:LOCation?')

You can see this query in context in the Example Command Sequence in this topic. The following table lists an example index query for each of the measurement panels.

Examples of Index Queries for Each Results Panels
Instrument
Mode
Measurement
Panel
Waveform Example Queries
NRZ PAM4
Oscilloscope Results :MEASure:OSCilloscope:RISetime:LOCation?
JSA Results :MEASure:CRECoverey:DJ:LOCation?
Histograms :MEASure:HISTogram:HITS:LOCation?
Eye Results   :MEASure:EYE:RISetime:LOCation?
Results   :MEASure:EYE:PAM:EHEight:EYE EYE2
:MEASure:EYE:PAM:EHEight:LOCation?
Mask Test   :MEASure:MTES1:HREGion3:LOCation?
JSA Results :MEASure:CRECoverey:DJ:LOCation?
Histograms :MEASure:HISTogram:HITS:LOCation?
Jitter Jitter   :MEASure:JITTer:DJ:LOCation?
Amplitude   :MEASure:AMPLitude:LEVel:LEVel 0
:MEASure:AMPLitude:RN:LOCation?
Eye :MEASure:JITTer:EWIDth:EYE EYE0
:MEASure:JITTer:EWIDth:LOCation?
Level :MEASure:AMPLitude:LEVel:LEVel LEVel1
:MEASure:AMPLitude:LEVel:LOCation?
Output Jitter :MEASure:JITTer:OJITter:J4U:ECATegory R12
:MEASure:JITTer:OJITter:J4U:LOCation?
JSA Results :MEASure:CRECoverey:DJ:LOCation?
TDR Results :MEASure:TDR:FALLtime:LOCation?
Histograms :MEASure:HISTogram:HITS:LOCation?

Before using this command to select the measurement to publish, use the :REPository:MEASure:PUBLish:SOURce:TYPE command to select the measurement panel on which the measurement is listed.

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.

Example Command Sequence

FlexDCA.write(':REPository:MEASure:PMODe CUSTom')
index = FlexDCA.query(':MEASure:EYE:RISetime:LOCation?')
FlexDCA.write(':REPository:MEASure:PUBLish2:SOURce:TYPE EYE')
FlexDCA.write(':REPository:MEASure:PUBLish2:SOURce:LOCation ' + index)
FlexDCA.write(':REPository:MEASure:PUBLish2:NAME "Rise Time at 38C"')
FlexDCA.write(':REPository:MEASure:PUBLish2:ULIMit 30.0E-12')
FlexDCA.write(':REPository:MEASure:PUBLish2:LLIMit 20.0E-12')
FlexDCA.write(':REPository:MEASure:PUBLish2:STATe ON')
FlexDCA.query(':REPository:PUBLish;*OPC?')

Indexes

Related Commands