Agilent Technologies 8960 Series Reference Manual page 375

Hide thumbs Also See for 8960 Series:
Table of Contents

Advertisement

Trigger arming for each measurement is controlled in the SETup subsystem. The choices are
NOTE
single or continuous. The best practice (during remote operation) is to use single measurement
mode. This simplifies the tasks of starting concurrent measurements, then using the INIT
subsystem commands to determine which measurements are ready to be FETChed.
10 OUTPUT 714;"SETup:ALL:CONTinuous:OFF" ! selects single trigger
20 OUTPUT 714;"INITiate:WBERror;WCPower" ! starts loopback BER
30
40 LOOP
50 OUTPUT 714;"INITiate:DONE?" !query to find out if any measurements are done.
60 ENTER 714;Meas_complete$
70 SELECT Meas_complete$
80 CASE "WBER" !tests for the string "WBER", indicating loopback BER measurement is done.
90 OUTPUT 714;"FETCh:WBERror?" !Queries loopback BER results.
100 ENTER 714;Integrity,Ber,Ber_count,Bits_tested
110 CASE "WCP" !tests for the string "WCP", indicating channel power measuremenet is done.
120 OUTPUT 714;"FETCh:WCPow?" !Queries the channel power results.
130 ENTER 714;Integrity,Avg_chan_pow
140 END SELECT
150 EXIT IF Meas_complete$="NONE"
160 END LOOP
170 END
!channel power
measurements.
S:\Hp8960\E1963A WCDMA\4.0 release\Reference Guide\Chapters\wcdma_hpib_initiate_description.fm
INITiate Subsystem
mode.
and
375

Advertisement

Table of Contents
loading

Table of Contents