
7-10
N9360A Multi UE Tester GSM Programming Manual
7
Sample Program
Manual Test (GSM) function
The Tester is configured to the required setting for the test at
the beginning of this function. Then, the Tester executes the
Peak TX Power and Phase Error/Frequency Error
measurement.
The PASS/FAIL test result and measurement results are shown
on the status field. Operations by an operator for the test are
shown on the status field.
1
: Public Sub Manual_Sample1()
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 "TEST:MAN:RFOR DCS1800"
21
: WAIT "TEST:MAN:SIGN:STAT?", 16
22
: AddStatus "Turn on the mobile phone."
23
: WAIT "TEST:MAN:SIGN:STAT?", 32
24
: AddStatus "Wait until the [Location Update]
is passed."
25
: WAIT "TEST:MAN:SIGN:STAT?", 16
26
: OUTPUT "TEST:MAN:BSC"