185
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_prog_guide_step6.fm
Step 6: Make Measurements
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
“Step 6: Figure 1. Process for
Making Measurements” on page 184
.
!**********************************************************************
! 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
Summary of Contents for 8960 Series 10
Page 26: ...26 Contents ...