Agilent Technologies 35670A Manual page 742

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

Advertisement

Example Programs
ARBSRC
Comments for ARBSRC
Determines where the program is running; either in the analyzer or on an external controller.
100 - 180
Specify interface select code and primary address for Instrument BASIC.
110
Specify analyzer's interface select code and primary address when the program is running on an
170
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.
210
Assign an I/O path for binary transfers.
240
Reset the analyzer.
260
Put the analyzer in 1-channel mode.
270
Start the measurement.
280
Pause the analyzer after the first measurement. This helps speed-up the execution of the program.
290
It also helps speed-up the transfer of data between the program and the analyzer.
Reserve space for the variables Res, Max_i, and T.
310
Reserve space for the array of tone values.
320
Reserve space for the array D to accommodate a large number of values. D is an array of time
330
waveform data for the arbitrary source.
Select radians as unit of angular measure.
340
Set the variable, Span, to maximum.
360
Set the variable, Res, to 400 line resolution.
370
Specify the frequency of the example tones.
390 - 400
F-4

Advertisement

Table of Contents
loading

Table of Contents