
5-7
System Commands
SETup
:VIEW HISTogram
:WAVeform:DATA
:WAVeform:DATA?
:WMEMory<N>:LOAD
:WMEMory<N>:SAVE
:WMEMory<N>:DISPlay
SETup
Command
:SYSTem:SETup <binary_block_data>
This command sets up the instrument as defined by the data in the setup string from the con-
troller.
<binary_block_da
ta>
A string, consisting of bytes of setup data. The number of bytes is a dynamic number that is
read and allocated by the analyzer’s software.
Example
The following example sets up the instrument as defined by the setup string stored in the
variable, Set$. # is an BASIC image specifier that suppresses the automatic output of the EOI
sequence following the last output item. K is an BASIC image specifier that outputs a number
or string in standard form with no leading or trailing blanks.
10 OUTPUT 707 USING "#,-K";":SYSTEM:SETUP ";Set$
Query
:SYSTem:SETup?
The query outputs the instrument's current setup to the controller in binary block data for-
mat as defined in the IEEE 488.2 standard.
Returned Format
[:SYSTem:SETup] #NX...X<setup data string><NL>
The first character in the setup data string is a number added for disk operations.
Example
The following example stores the current instrument setup in the string variable, Set$. -K is
an BASIC image specifier which places the block data in a string, including carriage returns
and line feeds, until EOI is true, or when the dimensioned length of the string is reached.
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
N O T E
When headers and LONGform are on, the SYSTem:SETup query operates the same as the *LRN query in the
common commands. Otherwise, *LRN and SETup are not interchangeable.
TIME
Command
:SYSTem:TIME <hour>,<minute>,<second>
This command sets the time in the instrument, and is not affected by the *RST common com-
mand. <hour> is 0. . . .23. <minute> is 0. . . .59. <second> is 0. . . .59.
Example
10 OUTPUT 707;":SYSTEM:TIME 10,30,45"
Query
:SYSTem:TIME?
The query returns the current time in the instrument.
Returned Format
[:SYSTem:TIME] <hour>,<minute>,<second>
Содержание 86100A
Страница 18: ...1 14 Introduction Status Reporting Figure 1 4 Status Reporting Data Structures...
Страница 19: ...1 15 Introduction Status Reporting Status Reporting Data Structures continued...
Страница 94: ...2 40 Sample Programs BASIC Programming Examples...
Страница 124: ...4 16 Root Level Commands VIEW...
Страница 125: ...5 DATE 5 2 DSP 5 2 ERRor 5 3 HEADer 5 4 LONGform 5 5 MODE 5 6 SETup 5 7 TIME 5 7 System Commands...
Страница 132: ...5 8 System Commands TIME...
Страница 140: ...6 8 Acquire Commands SWAVeform RESet...
Страница 152: ...7 12 Calibration Commands STATus...
Страница 192: ...11 12 Display Commands SSAVer...
Страница 202: ...12 10 Function Commands VERTical RANGe...
Страница 203: ...13 AREA 13 2 DPRinter 13 2 FACTors 13 3 IMAGe 13 3 PRINters 13 4 Hardcopy Commands...
Страница 316: ...21 12 TDR TDT Commands Rev A 05 00 and Below STIMulus...
Страница 332: ......
Страница 353: ...26 DISPlay 26 2 LOAD 26 2 SAVE 26 3 XOFFset 26 3 XRANge 26 3 YOFFset 26 3 YRANge 26 4 Waveform Memory Commands...