Technical data
468 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
Example This example places the cycle- to- cycle duty cycle of channel 1 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:CTCDUTYCYCLE CHANNEL1,RISING"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)