Technical data

462 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:CLOCk:METHod:DEEMphasis
Command
:MEASure:CLOCk:METHod:DEEMphasis {OFF | ON}
The :MEASure:CLOCk:METHod:DEEMphasis command turns de- emphasis
on or off. See the help system for more information on de- emphasis.
Example This example enables de- emphasis.
myScope.WriteString ":MEASURE:CLOCk:METHod:DEEMphasis ON"
Query :MEASure:CLOCk:METHod:DEEMphasis?
The :MEASure:CLOCk:METHod:DEEMphasis? query returns whether or not
de- emphasis is turned on.
Returned format
[:MEASure:CLOCk:METHod:DEEMphasis] {OFF | ON}
Example This example places the current setting of the de- emphasis mode in the
string variable strDeemph, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASURE:CLOCK:METHod:DEEMphasis?"
strDeemph = myScope.ReadString
Debug.Print strDeemph
NOTE
:MEASure:CLOCk commands are available when clock recovery is used by licensed
software (like the E2688A High Speed Serial software or the N5400A/N5401A EZJIT Plus
jitter analysis software).