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

Table of Contents

Advertisement

Example
System Commands
SETup
This example stores the current oscilloscope setup in the string variable, Set$.
10
DIM Set$[15000]!Dimension variable
20
OUTPUT 707;":SYSTEM:HEADER OFF"!Response headers off
30
OUTPUT 707;":SYSTEM:SETUP?"
40
ENTER 707 USING "-K";Set$
50
END
HP BASIC Image Specifiers
−K is an HP BASIC image specifier which places the block data in a string, including
carriage returns and line feeds, until EOI is true, or the dimensioned length of the
string is reached.
:SYSTem:SETup Can Operate Just Like *LRN?
When headers and LONGform are on, the :SYSTem:SETup? query operates the
same as the *LRN? query in the common commands. Otherwise, *LRN? and
:SYSTem:SETup are not interchangeable.
27-14

Advertisement

Table of Contents
loading

Table of Contents