Technical data

Table Of Contents
Waveform Commands 34
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 1115
Returned Format [:WAVeform:FORMat] {ASCii | BINary | BYTE | WORD}<NL>
Example This example places the current output format for data transmission in
the string variable, strMode, then prints the contents of the variable to the
computer's screen.
Dim strMode As String ' Dimension variable.
myScope.WriteString ":WAVeform:FORMat?"
strMode = myScope.ReadString
Debug.Print strMode