Agilent Technologies 35670A Manual page 763

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

Advertisement

Comments for GETCURF
Determines where the program is running; either in the analyzer or on an external controller.
94 - 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.
260
Reserve a large space to read data.
270
Assign an I/O path for binary transfers.
280
Tell the analyzer to output block data in floating-point-binary representation (64-bit binary
290
transfer).
Tell the analyzer to output the curve fit data. Use CALC1:SYNT:DATA? to extract the synthesis
320
table data.
Read the header of the data block. Read the "#n" to determine how many digits are in the byte
350
count.
Read the number of bytes.
390
Use the number of bytes to determine the number of data points. Divide the number of bytes by
400
8.
Re-dimension the array so it is the same size as the data block being read. This allows the data to
430
be read in the fastest possible manner.
Read the data in the curve fit table in binary.
440
Read the line feed character.
450
Example Programs
GETCURF
F-25

Advertisement

Table of Contents
loading

Table of Contents