![Agilent Technologies 8960 Series 10 Reference Manual Download Page 133](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627133.webp)
133
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_meas_synch.fm
Measurement Event Synchronization
Programming Example
The following example assumes that a call is currently connected and that no measurements other than TX
power (TXP) and phase and frequency error (PFER) are currently being triggered. See
Link with the Mobile Station” on page 28
“Triggering Process Description” on page 150
.
10 OUTPUT 714;”SETUP:TXPOWER:CONTINUOUS OFF” !Sets TX power trigger mode
20 !to single.
30 OUTPUT 714;”SETUP:PFERROR:CONTINUOUS OFF” !Sets PFER trigger mode
40 !to single.
50 OUTPUT 714;”INITiate:TXPower;PFERror” !Begins a TX power and
60 !PFER measurement.
70 REPEAT
80 OUTPUT 714;”INITIATE:DONE?” !Queries the test set for measurements
90 !that are done
100 ENTER 714;Meas_done$ !String value representing DONE measurements,
110 ! NONE if no measurements are done.
120 SELECT Meas_done$ !This variable will be set to WAIT until measurements
130 !are DONE.
140 CASE “TXP” !Characters must be upper case.
150 OUTPUT 714;”FETCH:TXPOWER:POWER?” !If this case is selected, Tx power
160 !(no integrity indicator) is FETCHed.
170 ENTER 714;Tx_power
180 PRINT “TX_Power is “;Tx_power
190 CASE “PFER” !Characters must be uppercase.
200 OUTPUT 714;”FETCH:PFERROR:RMS?” !If this case is selected, rms phase error
210 !measurement is FETCHed.
220 ENTER 714;Phs_error
230 PRINT “Max RMS Phase Error is “;Phs_error
240 END SELECT
250 UNTIL Meas_done$ = “NONE” !When all triggered measurements have completed,
260 !the INITiate:DONE? query returns NONE.
270 END
Summary of Contents for 8960 Series 10
Page 26: ...26 Contents ...