![Agilent Technologies 86060C Series Скачать руководство пользователя страница 87](http://html.mh-extra.com/html/agilent-technologies/86060c-series/86060c-series_user-manual_2868536087.webp)
4-37
Programming
Programming Examples
Block diagram of the test system
This example test system uses an Agilent 8153A optical multimeter equipped
with an Agilent 81554SM laser source and an Agilent 81532A optical sensor.
This program periodically (every 5 minutes) measures the optical power
through each device under test and displays an error message if any measured
power drops below 1 microwatt.
Listing
10 INTEGER
In_switch_addr,Out_switch_addr,
Opt_meter_addr
20 INTEGER
Meas_count,Current_dut
30 REAL
Watts_read,Min_power
40 DIM
In_switch$[80],Out_switch$[80],Dummy$[50]
50 !
60 CLEAR
SCREEN
70
PRINT "THIS PROGRAM MEASURES ALL DUT POWERS EVERY 5
MINUTES."
80
PRINT "IT WILL STOP MEASURING AFTER 50 MEASUREMENT
CYCLES."
90
PRINT "TO HALT PROGRAM EARLIER, PRESS F8."
100 !
110 GOSUB
Init_system
120 !
130 ON TIME 300 GOSUB Measure_duts
140 ON KEY 8 LABEL "QUIT" GOTO End_prog
150 !
160 Meas_count=0
Содержание 86060C Series
Страница 1: ...Agilent 86060C Series Lightwave Switches User s Guide ...
Страница 6: ......
Страница 17: ...1 11 General Information Specifications and Regulatory Information ...
Страница 32: ......
Страница 50: ......
Страница 79: ...4 29 Programming SYSTem CONFig Example DIM Config OUTPUT 711 SYSTem CONFIG ENTER 711 Config PRINT Config ...
Страница 91: ...5 Spare Channel Replacement Procedure 5 4 Electrostatic Discharge Information 5 7 Servicing ...
Страница 96: ...5 6 Servicing Spare Channel Replacement Procedure Figure 5 2 Top view of the Agilent 86062C lightwave switch ...
Страница 102: ......