:MEASure:EYE:PAM:PMAX

Meas. mode:
Eye
Waveform type:
PAM
NRZ
Package License:
RND
MFG
SNT
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:MEASure:EYE:PAM:PMAX

Query Syntax

:MEASure:EYE:PAM:PMAX?

Description

Measures Pmaximum on the eye diagram. Pmaximum is based on a hit ratio setting (default is 1e-2 hit ratio), where Pmax is the smallest power level that results in the number of samples above that level not exceeding the product of hit ratio and total number of observed samples. All samples are acquired in a single unit interval eye diagram. The hit ratio default setting is 1e-2 and is based on the IEEE 802.3cu standard. However, you can change this ratio using the :MEASure:EYE:PAM:PMAX:THRatio command. Select the measurement units (Watts or dBm) using the :MEASure:EYE:PAM:PMAX:UNITs command.

Sending this command places the Power (maximum) measurement at the top of the Results table. The query form of the command returns the measured value. Sources can be any displayed waveform, color-grade memory, or function. For example, CHAN1A, CGMemory1, or FUNCtion1.

This measurement can also be performed on an NRZ signal.

Use the :MEASure:EBOundary:LEFT, :MEASure:EBOundary:RIGHt, and :MEASure:EBOundary:DEFault commands to change the eye boundary settings. Use :MEASure:TBASe:METHod to change the definition of the waveform's top/base. Use the :MEASure:THReshold:METHod command to change the definition of the waveform's threshold.

Requires FlexDCA revision A.07.60 and above.

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:EYE:PAM:PMAX:

flex.write(':MEASure:EYE:PAM:PMAX:SOURce CHAN1A')
if flex.query(':MEASure:EYE:PAM:PMAX:STATus?') == 'CORR';
    measurement = flex.query(':MEASure:EYE:PAM:PMAX?')
else:
	details = flex.query(':MEASure:EYE:PAM:PMAX:STATus:DETails?')
	reason = flex.query(':MEASure:EYE:PAM:PMAX:STATus:REASon?')

Common Measurement Queries