Download Agilent Technologies Ininiium 9000 Technical data

Transcript
25 Measure Commands
Example
This example places the current data rate of the channel 1 waveform 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:DATARATE? CHANNEL1"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
530
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference