Programming Guide

Digital Oscilloscopes Series
82
FUNCTION
MEASURE_DELAY,MEAD
Command/Query
DESCRIPTION
The MEASURE_DELY command selects the type
of delay measure.
The response to the MEASURE_DELY? query
indicates the type of delay measure.
COMMAND SYNTAX
MEASURE_DELAY <type>,<source>
<source>:= {C1-C2, C1-C3, C1-C4, C2-C3, C2-C4,
C3-C4}
<type>:={PHA,FRR,FRF,FFR,FFF,LRR,LRF,LFR,
LFF,SKEW}
The PHA is phase, the others are the same as
the specified type of the instrument‘s delay
measure.
QUERY SYNTAX
<source>:MEAsure_Delay? <type>
RESPONSE FORMAT
<source>:MEAD <type>,<value>
EXAMPLE
The following instruction sets the type of delay
measure to phase between C1 and C2.
Command message:
MEAD PHA,C1-C2