Tx Analyzer Function - Agilent Technologies N9360A Programming Manual

Multi ue tester
Hide thumbs Also See for N9360A:
Table of Contents

Advertisement

TX Analyzer Function

N9360A Multi UE Tester CDMA2000 Programming Manual
The Tester is configured to the Signal Generator mode at the
beginning of this function. Then, the Tester executes the TX
Power , Frequency Error, Milti-code Rho, Time Offset and FER
measurement with the TX Analyzer mode. The PASS/FAIL test
results and measurement results are shown on the status field.
1 :Public Sub TXAN_Sample()
2 :Dim value
3 :
4 :ClrStatus
5 :
6 :'Tester Status
7 :value = Split(ENTER("*IDN?"), ",")
8 :AddStatus value(0)
9 :AddStatus value(1)
10 :AddStatus value(2)
11 :AddStatus value(3)
12 :
13 :OUTPUT "*RST"
14 :
15 :'InitialSoftKey
16 :OUTPUT "INITialsoftkey:CURrentsystem CDMA2000"
17 :'Configuration
18 :OUTPUT "CONF:LOSS ON"
19 :OUTPUT "CONF:LOSS:RFIN 5.0,0.0,0.0,0.0,5.0"
20 :OUTPUT "CONF:LOSS:RFOU 5.0,0.0,0.0,0.0,5.0"
21 :OUTPUT "CONF:COND:BAND BAND3:CELJP"
22 :OUTPUT "CONF:COND:AVER 10"
23 :OUTPUT "CONF:COND:AMPL -60.0"
24 :
25 :
26 :'Signal Generator
27 :OUTPUT "RFG:MOD OFF"
28 :OUTPUT "RFG:RFOU ON"
29 :
30 :'Measure
31 :OUTPUT "DISP:TXAN:STBY"
32 :WAITSTR "DISP?", "TXAN:STBY,0", 10
7
Sample Program
7-15

Advertisement

Table of Contents
loading

Table of Contents