:MEASure:VERTical:PPHRatio:STATus:REASon?

Query Syntax

:MEASure:VERTical:PPHRatio:STATus:REASon?

Query Response

Refer to the table "Common Reasons for INV or QUES Status".

Description

Returns a string that explains the reason for a failed Peak-Peak at Hit Ratio measurement (:MEASure:VERTical:PPHRatio). If the measurement was successful, a null string is returned.

Additional information about the failure may be available using the :MEASure:VERTical:PPHRatio:STATus:DETails? sibling query. Use the :MEASure:VERTical:PPHRatio:STATus? parent query to determine if the measurement has failed.

See Also

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 Infiniium's GUI, if a dialog appears prompting you to select values, you should explicitly specify these values when remotely identifying the measurement.

For example, to return the status of the :MEASure:VERTical:PPHRatio measurement:

Infiniium.write(':MEASure:VERTical:PPHRatio:SOURce CHAN1_1')
if Infiniium.query(':MEASure:VERTical:PPHRatio:STATus?') == 'CORR';
    measurement = Infiniium.query(':MEASure:VERTical:PPHRatio?')