Agilent Technologies 8960 10 Series Reference Manual page 185

Wireless communications test set, gsm mobile test application
Hide thumbs Also See for 8960 10 Series:
Table of Contents

Advertisement

Example 1. Programming Example:
The following program segment illustrates making a transmit power measurement and a phase and frequency
error measurement concurrently using the recommended process shown in
Making Measurements" on page
!**********************************************************************
! Step 6: Make Measurements
!**********************************************************************
!
! Step 6a: Start Set of Concurrent Measurements:
!
OUTPUT Test_set;"INIT:TXP;PFER"
!
! Step 6b: Determine If A Measurement Is Done:
!
LOOP
OUTPUT Test_set;"INIT:DONE?"
ENTER Test_set;Meas_done$
!
! Step 6c: Obtain Measurement Results
!
SELECT Meas_done$
CASE "TXP"
OUTPUT Test_set;"FETC:TXP:POW?"
ENTER Test_set;Avg_tx_power
CASE "PFER"
OUTPUT Test_set;"FETC:PFER:RMS?"
ENTER Test_set;Max_rms_phas_er
END SELECT
EXIT IF Meas_done$ = "NONE"
END LOOP
184.
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_prog_guide_step6.fm
Step 6: Make Measurements
"Step 6: Figure 1. Process for
185

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

E5515aE5515bE1960a

Table of Contents