Tx Analyzer Function - Agilent Technologies N9360A Programming Manual

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

Advertisement

7
Sample Program
Table 7-5 Programming Comments
Row
Description
44:
Queries the measurement result of Frequency Error.
45:
Displays the measurement value and judgment result of Frequency Error in the status field.
48:
Queries the measurement result of EVM.
49:
Displays the measurement value and judgment result of EVM in the status field.
52:
Queries the measurement result of Origin Offset.
53:
Displays the measurement value and judgment result of Origin Offset in the status field.
56:
Queries the measurement result of BER.
57:
Displays the measurement value and judgment result of BER in the status field.
60:
Executes the BS Release.
62:
Displays Complete message in the status field.

TX Analyzer Function

7-14
The Tester is configured to the Signal Generator mode at the
beginning of this function. Then, the Tester executes the Peak
TX Power , Frequency Error and EVM 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
:
N9360A Multi UE Tester W-CDMA Programming Manual

Advertisement

Table of Contents
loading

Table of Contents