188
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_prog_wquality.fm
Programming a Waveform Quality/Code Domain Measurement
Programming a Waveform Quality/Code Domain Measurement
This section provides an example of how to make a waveform quality 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 measure waveform quality is as follows:
1. Make a call.
2. Configure the waveform quality measurement setup parameters using the “SETup:WQUality” subsystem.
3. Start the waveform quality measurement using the “INITiate” subsystem.
4. Use the “FETCh:WQUality” command to obtain waveform quality measurement results.
5. Use the “FETCh:WQUality:CDPower:ICHannel[:ALL]?” or
“FETCh:WQUality:CDPower:QCHannel[:ALL]?” commands to obtain code domain power measurement
results.
Programming Example
10 RE-SAVE "c:\roadhog\programs\wqu.txt"
20 !This program measures waveform quality
30 !Refer to "Waveform Quality and Frequency Accuracy" in EIA/TIA-IS-98D for standards and
specifications
40 CLEAR SCREEN
50 A=714
60 !***Specify call parameters***
70 Systype$="DIGITAL2000" !Cell System Type
80 Band$="USCELLULAR" !Cell band
90 Channel=384 !RF Channel
100 Sid=1 !System Identification
110 Nid=1 !Network Identification
120 Radio_config$="F3R3" !Radio Configuration
130 Service_opt$="SO2" !Loopback service option
140 !
150 !***Specify test parameters***
160 Loss_frequency$="851 MHZ,896 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=-50!Cell power
190 Pilot=-7 !Pilot channel power level
200 Traffic=-7.4 !Traffic channel power level
210 !
220 ON TIMEOUT 7,20 CALL Timeout ! Calls "Timeout" routine
230 OUTPUT A;"SETUP:WQU:TIMEOUT:STIME 10 S" !Sets waveform quality measurement timeout to 10
seconds
240 OUTPUT A;"SYST:COMM:GPIB:DEB:STAT ON"!Turns debug state on
250 !
260 !***Set up call parameters***
270 OUTPUT A;"CALL:OPER:MODE CALL" !Sets Operating Mode to Active Cell