Tx Analyzer Function - Agilent Technologies N9360A Programming Manual

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

Advertisement

Sample Program
7

TX Analyzer Function

7-16
The Tester is configured to the Signal Generator mode at the
beginning of this function. Then, the Tester executes the Peak
TX Power, the Phase Error and the Frequency Error
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
:'Signal Generator
16
: OUTPUT "RFG:MOD OFF"
17
: OUTPUT "RFG:RFOU ON"
18
: Sleep 5000
19
:
20
:'Peak TX Power
21
: OUTPUT "DISP:TXAN:TPOW"
22
: OUTPUT "TRIG:IMM"
23
: WAIT "*STB?", 0
24
: value = Split(ENTER("TXAN:RES:TXP?"), ",")
25
: AddStatus "Peak TX Power
"dBm " + IIf(value(1) And 1, "FAIL", "PASS")
26
:
27
:' Phase Error & Freq Error
:" + value(2) +
N9360A Multi UE Tester GSM Programming Manual

Advertisement

Table of Contents
loading

This manual is also suitable for:

Gs8210

Table of Contents