Agilent Technologies HP E5574A User Manual page 162

Optical loss analyzer
Table of Contents

Advertisement

190
CLEAR SCREEN
200
PRINT TABXY(5,10);"Programming Example 1, Simple Communication"
210
!
220
! Send an IDN query and print the identification
230
!
240
OUTPUT OLA;"*IDN?"
250
ENTER OLA;String$
260
PRINT TABXY(10,12);"Identification: ";String$
270
!
280
! Send an OPT query and print the options installed
290
!
300
OUTPUT OLA;"*OPT?"
310
ENTER OLA;String$
320
PRINT TABXY(10,13);"Options:
330
!
340
END
10
!---------------------------------------------------------------
-----
20
!
30
! HP E5574A OLA Programming Example 2
40
!
50
! Measuring Power and Storing the Reference
60
!
70
!---------------------------------------------------------------
-----
80
!
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
HP-IB Programming
Programming Examples
Example 2 - Reading Power and Storing the
Reference
For this program to work, you need an optical head attached to
input A. The optical output is to be connected to this head.
Function
This program measures and displays the source power and stores it
as the reference power.
Listing
160
";String$

Advertisement

Table of Contents
loading

Table of Contents