Agilent Technologies HP 16500B Manual page 18

Logic analysis system
Hide thumbs Also See for HP 16500B:
Table of Contents

Advertisement

Example
This BASIC statement would load the configuration file "DEFAULT " (if it
exists) into the system.
OUTPUT XXX;":MMEMORY:LOAD:CONFIG 'DEFAULT
Example Program
This program demonstrates a simple HP BASIC command structure used to
program the logic analysis system.
10 CLEAR XXX !Initialize instrument interface
20 OUTPUT XXX;":SYSTEM:HEADER ON" !Turn headers on
30 OUTPUT XXX;":SYSTEM:LONGFORM ON"
40 DIM Card$[100]
!Reserve memory for string variable
50 OUTPUT XXX;":CARDCAGE?" !Verify which modules are loaded
60 ENTER XXX;Card$
!Enter result in a string variable
70 PRINT Card$
!Print result of query
80 OUTPUT XXX;":MMEM:LOAD:CONFIG 'TEST E',5"
!into module in slot E
90 OUTPUT XXX;":SELECT 5" !Select module in slot E
100 OUTPUT XXX;":MENU 5,3: !Select menu for module in slot E
60 OUTPUT XXX;":RMODE SINGLE"
70 OUTPUT XXX;":START"
See Also
Chapter 11, "MMEMory Subsystem" for more information on the LOAD
command.
Artisan Scientific - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisan-scientific.com
!Turn longform on
!Load configuration file
!Select run mode
!Run the measurement
Introduction to Programming
Initialization
'"
1–5

Advertisement

Table of Contents
loading

This manual is also suitable for:

Hp 16501a

Table of Contents