Technical data

Table Of Contents
Mask Test Commands 24
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 459
:MTESt:FOLDing
(Clock Recovery software only)
Command
:MTESt:FOLDing {{ON | 1} | {OFF | 0}}
The :MTESt:FOLDing command enables (ON) or disables (OFF) the display
of the real time eye. When enabled, an eye diagram of the data will be
generated superimposed on the recovered clock. Refer to the
:MEASure:CLOCk commands for clock recovery.
Example This example enables the display of the real time eye.
myScope.WriteString ":MTEST:FOLDING ON"
Query :MTESt:FOLDing?
The :MTESt:FOLDing? query returns the current state of clock recovery
folding.
Returned Format
[:MTESt:FOLDing] {1 | 0} <NL>
Example myScope.WriteString ":MTEST:FOLDING?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
See Also ":MEASure:CLOCk" on page 506
":MEASure:CLOCk:METHod" on page 507
":MEASure:CLOCk:METHod:ALIGn" on page 509
":MEASure:CLOCk:METHod:DEEMphasis" on page 510
":MEASure:CLOCk:METHod:EDGE" on page 511
":MEASure:CLOCk:METHod:JTF" on page 513
":MEASure:CLOCk:METHod:OJTF" on page 515
NOTE
This command is only available when the E2688A Clock Recovery Software is installed.