7-14
N9360A Multi UE Tester W-CDMA Programming Manual
7
Sample Program
TX Analyzer Function
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
:
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.
Table 7-5
Programming Comments
Row
Description
Summary of Contents for N9360A
Page 1: ...Agilent Technologies Agilent N9360A Multi UE Tester W CDMA Programming Manual...
Page 4: ...1 4 N9360A Multi UE Tester W CDMA Programming Manual 1 THIS PAGE IS INTENTIONALLY LEFT BLANK...
Page 8: ...8 N9360A Multi UE Tester W CDMA Programming Manual THIS PAGE IS INTENTIONALLY LEFT BLANK...
Page 12: ...6 N9360A Multi UE Tester W CDMA Programming Manual THIS PAGE IS INTENTIONALLY LEFT BLANK...