:MEASure:EYE:PAM:SKEW

Meas. mode:
Eye
Package License:
L-RND
L-MFG
Waveform type:
NRZ
PAM4
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:MEASure:EYE:PAM:SKEW

Query Syntax

:MEASure:EYE:PAM:SKEW?

Description

Starts Eye/Mask mode's PAM4 Level Skews measurement, which measures the skew (seconds or UI) of a selected level of a PAM4 eye diagram relative to the average center time of all levels. On NRZ signals, this measurement will measure the level one and zero skew relative to each other. Before sending this command, select the actual level to be measured using the :LEVel child command. To measure all the levels on a signal, you must send this command once for each level as there is no command for simultaneously measuring all level skews. This measurement is affected by the settings in the PAM-N Analysis Setup dialog. The query form of the command returns the measured value. Sources can be any displayed PAM4 or NRZ waveform from a channel, differential channel, color-grade memory, or function. For example, CHAN1A, CGMemory1, or FUNCtion1.

Related Commands

Command Equivalent Setting
in PAM-N Analysis Setup Dialog Box
Description
:MEASure:PAM:EYE:ESTiming Receiver Sample Timing Configures the timing for sampling the signal data for all PAM measurements in Eye/Mask mode.
:MEASure:PAM:EYE:ELMethod Eye Center Location Selects the basis for determining the location of an eye's center on the waveform.
:MEASure:PAM:EYE:PPERcent Eye Level Width Defines the timespan over which an eye's amplitude level is measured.
:MEASure:PAM:EYE:TIME:LTDefinition Time of Level Specifies the method used to locate the time at which to measure an eye's level.
:MEASure:PAM:EYE:TIME:UNITs Time Units Sets the time units for measurement.

Example Command Sequence

:SYSTem:MODE EYE
:CHAN1A:SIGNal:TYPE:AUTO OFF  //  Specify signal type, if needed.
:CHAN1A:SIGNal:TYPE PAM4
:SYSTem:AUToscale
:MEASure:EYE:PAM:SKEW:SOURce CHAN1A
:MEASure:EYE:PAM:SKEW:LEVel LEVel2  //  Select logic level to be measured.
:MEASure:EYE:PAM:SKEW  //  Measure and return value.
:MEASure:EYE:PAM:SKEW?

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:SKEW:

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

Child commands for measurement identification:

  • :MEASure:EYE:PAM:SKEW:SOURce

Requires FlexDCA revision A.04.50 and above.