Technical data

Table Of Contents
532 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Where:
Transition voltage is the voltage at the clock location of the preceding
transition bit.
De- emphasis voltage is the voltage at the clock location of de- emphasis
bits following a transition bit.
<result_state> If SENDvalid is ON, the result state is returned with the measurement
result. See the :MEASure:RESults table in this chapter for a list of the
result states.
Example This example places the current value for deemphasis in the numeric
variable, varValue, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:DEEMphasis? CHANnel1"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)