Technical data

Table Of Contents
630 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
<number_of_
transitions>
The number of waveform transitions that have been measured.
Example This example places the jitter measures in the strResults variable and
displays it on the computer's screen.
Dim strResult As String ' Dimension variable.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:RJDJ:ALL?"
strResults = myScope.ReadString
Debug.Print strResults
See Also ":MEASure:RJDJ:METHod" on page 638
":MEASure:RJDJ:REPort" on page 641