Program Comments - HP 83751A Programming Manual

Synthesized sweeper
Hide thumbs Also See for 83751A:
Table of Contents

Advertisement

Program Comments

Lines 20 to 70: Declare variables and I/O paths for instruments. I/O paths let
you use a name for an instrument m OUTPUT and ENTER statements, instead
of a numeric address.
80 to 100:
110 to 130:
140 to 160:
170 to 190:
200 to 310:
320 to 330:
340 to 380:
390 to 460:
470 to 480:
Assign values to the input test limits in mV.
Clear the instrument HP-LB interfaces.
Reset each instrument to a known measurement state.
Query measurement instruments' identikations for test
traceability.
Connect the source output signal to the output terminals.
Print results table header.
This is the main measurement loop. Line 400 contains two
commands. : SOUFtce : VOLT sets the output level of the source.
finished executing. To make an accurate measurement, the
source output must be allowed to settle. When the output has
settled, *OPC? places a 1 in the source Output Queue. The
program waits at line 410 until the 1 returned by *OPC? is
entered.
Note that following each OUTPUT containing a query is an
ENTER to retrieve the queried value. If you do not use paired
OUTPUT
and ENTERs, you can overwrite data in the instrument
S
Output Queue and generate instrument errors.
Disconnect output terminals of the instruments from the unit
under test, and end the program. All HP BASIC programs must
have END as the last statement of the main program.
Getting Started Programming
Essentials for Beginners

Advertisement

Table of Contents
loading

This manual is also suitable for:

83751b83752a83752b

Table of Contents