Technical data

414 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
23 Mask Test Commands
: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.
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)
NOTE
This command is only available when the E2688A Clock Recovery Software is installed.