Technical data
74 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
3 Introduction to Programming
Numeric Variable Example
This example shows the data being returned to a numeric variable:
Dim varRang As Variant
myScope.WriteString ":CHANnel1:RANGe?"
varRang = myScope.ReadNumber
Debug.Print "Channel 1 range:"+FormatNumber(varRang, 0)
After running this program, the computer displays:
.8