Agilent Technologies HP E5574A User Manual page 161

Optical loss analyzer
Table of Contents

Advertisement

8.6
10
-----
20
30
40
50
60
70
-----
80
90
100
110
120
130
140
150
160
170
180
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
HP-IB Programming
Programming Examples
Programming Examples
This chapter gives some programming examples. The language
used is the BASIC 5.1 Language System used on HP 9000 Series
200/300 computers.
These programming examples do not cover the full command set
for the instrument. They are intended only as an introduction to the
method of programming the instrument.
Example 1 - Checking the Communication
Function
This program sends two queries and displays the responses.
Listing
!---------------------------------------------------------------
!
! HP E5574A OLA Programming Example 1
!
! A Simple Communications Check
!
!---------------------------------------------------------------
!
! Definitions and Initializations
!
OLA=724
!
! The first 7 is to access the HP-IB card in the controller,
! the 24 is the HP-IB address of the OLA.
!
!
DIM String$[60]
!
159

Advertisement

Table of Contents
loading

Table of Contents