Agilent Technologies 35670A Manual page 754

Dynamic signal analyzer gpib programming
Hide thumbs Also See for 35670A:
Table of Contents

Advertisement

Example Programs
GETASCII
Comments for GETASCII
Determines where the program is running; either in the analyzer or on an external controller.
90 - 170
Specify interface select code and primary address for Instrument BASIC.
100
Specify analyzer's interface select code and primary address when the program is running on an
150
external computer. The specified primary address, 11, is the address set at the factory. If the
address for your analyzer has changed, edit the primary address to the appropriate value.
Allows device select code to be independent of address.
200
Dimension the array for the 401 values to be read.
220
Reset the analyzer.
230
Start the measurement.
240
Pause the analyzer after the first measurement. This helps speed-up the execution of the program.
250
It also helps speed-up the transfer of data between the program and the analyzer.
Select the ASCII data format. The analyzer will output the block data with number formatted in
290
ASCII character strings.
Tell the analyzer to output the data from trace A.
320
If the program is running in Instrument BASIC, open a display window.
350
Read the data from the analyzer.
380 - 440
Read in one point of data; "%" in USING image causes BASIC to read the number and not search
420
for <cr><lf>.
F-16

Advertisement

Table of Contents
loading

Table of Contents