Agilent Technologies 35670A Manual page 756

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

Advertisement

Example Programs
GETBIN
Comments for GETBIN
Determines where the program is running; either in the analyzer or on an external controller.
80 - 160
Specify interface select code and primary address for Instrument BASIC.
90
Specify analyzer's interface select code and primary address when the program is running on an
140
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.
190
Reset the analyzer.
200
Start the measurement.
210
Pause the analyzer after the first measurement. This helps speed-up the execution of the program.
220
It also helps speed-up the transfer of data between the program and the analyzer.
Reserve a large space for the data.
250
Assign an I/O path for binary transfers.
280
Tell the analyzer to output block data in floating-point-binary representation (64-bit binary
310
transfer).
Tell the analyzer to output the data from trace A.
340
Read the header of the data block.
390 - 400
Read the "#n" to find out how many digits are in the byte count.
390
Read the number of bytes.
400
Use the number of bytes to determine the number of data points. Divide the number of bytes by
420
8.
F-18

Advertisement

Table of Contents
loading

Table of Contents