Automatic Test Function - Agilent Technologies N9360A Programming Manual

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

Advertisement

7
Sample Program

Automatic Test Function

7-6
The Tester is configured to required setting for the test at the
beginning of this function. Then, the Tester executes the
signaling tests and RF tests on a channel. The PASS or FAIL test
results and measurement results are shown on the status field.
Operations by an operator for test are shown on the status field.
1
: Public Sub Automatic_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
:' Configuration
14
: OUTPUT "*RST"
15
: OUTPUT "CONF:LOSS ON"
16
: OUTPUT "CONF:LOSS:RFIN
5.0,0.0,0.0,0.0,0.0,5.0"
17
: OUTPUT "CONF:LOSS:RFOU
5.0,0.0,0.0,0.0,0.0,5.0"
18
: OUTPUT "CONF:COND:3GPP 2"
19
: OUTPUT "CONF:SEQ:VAR:RFCH:CHAN1 1,9800"
20
: OUTPUT "CONF:SEQ:VAR:RFCH:CHAN2 6,4200"
21
:
22
:' Measure Setup
23
: OUTPUT "TEST:AUTO:SCR VAL"
24
:
25
:' Signaling Test
26
: OUTPUT "TRIG:IMM"
27
: AddStatus "Turn on the mobile phone. "
N9360A Multi UE Tester W-CDMA Programming Manual

Advertisement

Table of Contents
loading

Table of Contents