Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 690

Table of Contents

Advertisement

Example
System Commands
LONGform
This example checks the current format for query responses from the
oscilloscope, and places the result in the string variable, Result$. Then, it prints
the contents of the variable to the computer's screen.
10
DIM Result$[50]!Dimension variable
20
OUTPUT 707;":SYSTEM:LONGFORM?"
30
ENTER 707;Result$
40
PRINT Result$
50
END
LONGform Does Not Affect Input Headers and Arguments
LONGform has no effect on input headers and arguments sent to the instrument. You
may send headers and arguments to the oscilloscope in either the long form or
short form, regardless of the current state of the :SYSTem:LONGform command.
27-12

Advertisement

Table of Contents
loading

Table of Contents