:MEASure:JITTer:POJitter:EOJ:STATus:REASon?

Flex Apps:
FlexDCA
Meas. mode:
Jitter
Waveform type:
NRZ
PAM4
Meas. panel:
Timing Jitter
Timing Jitter

Query Syntax

:MEASure:JITTer:POJitter:EOJ:STATus:REASon?

Query Response

Refer to the table "Possible Common :STATus:REASon? Query Responses".

Description

Returns a string that explains the reason for a failed :MEASure:JITTer:POJitter:EOJ? measurement. If the measurement was successful, a null string is returned. Use the :MEASure:JITTer:POJitter:EOJ:STATus? query to determine if the measurement has failed. Use the :MEASure:JITTer:POJitter:EOJ:STATus:DETails? query the reason that a measurement has failed.

Measurement Identification

Avoid subtle programming errors! To ensure that the correct measurement is installed or queried, always explicitly identify a measurement when installing a measurement or querying a measured value, status, or detail. To identify a measurement, specify the measurement's source waveform (:SOURce child command). With some measurements, you may also need to specify other identifying values. Generally, when selecting a measurement using FlexDCA's GUI, if a dialog appears prompting you to select values, you should explicitly specify these values when remotely identifying the measurement. More information.

For example, to return the status of the measurement, :MEASure:JITTer:POJitter:EOJ

flex.write(':MEASure:JITTer:POJitter:EOJ:SOURce CHAN1A')
if flex.query(':MEASure:JITTer:POJitter:EOJ:STATus?') == 'CORR';
    measurement = flex.query(':MEASure:JITTer:POJitter:EOJ?')
else:
	details = flex.query(':MEASure:JITTer:POJitter:EOJ:STATus:DETails?')
	reason = flex.query(':MEASure:JITTer:POJitter:EOJ:STATus:REASon?')

Requires FlexDCA revision A.08.30 and above.