181
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_tdso_fer.fm
Programming a TDSO Frame Error Rate Measurement
Programming a TDSO Frame Error Rate Measurement
This section provides an example of how to make an TDSO (Test Data Service Option) FER measurement via
GPIB.
The following program example assumes that the mobile station’s antenna output is connected to the RF
IN/OUT connector, and the mobile station has found service.
The basic procedure to test Loopback BER is as follows:
1. Make a SO 32 (F-SCH) call (see “CALL[:CELL]:SOPTION” on page 382).
2. Configure the TDSO FER Setup parameters using the “SETup:CFERror” subsystem.
3. Start the FER measurement using the “INITiate” subsystem.
4. Use the “FETCh:CFERror” command to obtain the measurement results.
Programming Example
10 RE-SAVE "c:\roadhog\programs\tdso_fer.txt"
20 !This program measures tdso (test data service option) frame error rate
30 !See "Receiver Sensitivity and Dynamic Range" in TIA/EIA-98-D for specifications and
standards
40 CLEAR SCREEN
50 A=714
60 !***Specify call parameters***
70 Systype$="DIGITAL2000" !Cell System Type
80 Band$="USPC" !US PCS band
90 Channel=1125 !RF Channel
100 Sid=1 !System Identification
110 Nid=1 !Network Identification
120 Radio_config$="F3R3" !Radio Configuration
130 Service_opt$="SOFS32" !Service Option SO32 (+F-SCH). This service option must be
selected
140 !before bringing up a call for testing tdso fer
141 !
150 !***Specify test parameters***
160 Loss_frequency$="836 MHZ,881 MHZ" !Reverse channel, forward channel frequencies for
amplitude offset (path loss)
170 Expected_loss$="-2,-2" !Path loss at reverse channel, forward channel frequencies
180 Ior=-60 !Cell power
190 Pilot=-7 !Pilot channel power level
200 Traffic=-15.5 !Traffic channel power level
201 Confidence=2 !Confidence requirement ratio
210 !
220 ON TIMEOUT 7,30 CALL Timeout ! Calls "Timeout" routine
240 OUTPUT A;"SYST:COMM:GPIB:DEB:STAT ON" !Turns debug state on
250 !
260 !***Set up path loss***
270 OUTPUT A;"SYSTEM:CORRECTION:SFREQUENCY ";Loss_frequency$ !Enters frequencies in
Amplitude Offset table
280 OUTPUT A;"SYSTEM:CORRECTION:SGAIN ";Expected_loss$ !Enters loss values in Amplitude