
7-6
N9360A Multi UE Tester GSM Programming Manual
7
Sample Program
Automatic Test Function
The Tester is configured to require setting for the test at the
beginning of this function. Then, the Tester executes the
signaling tests and performance measurement tests on three
channels. The PASS/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 0.5,0.5,0.5,0.5"
17
: OUTPUT "CONF:LOSS:RFOU 1.0,1.0,1.0,1.0"
18
:
19
:'Measure Setup
20
: OUTPUT "DISP:AUTO:STBY 1"
21
: OUTPUT "TEST:AUTO:SCR VAL"
22
:
23
:'Signaling Test
24
: OUTPUT "TRIG:IMM"
25
: AddStatus "Turn on the mobile phone. "
26
: WAIT "TEST:AUTO:MEAS:SIGN:STAT?", 2
27
: AddStatus "Please MS Call"