
7-8
N9360A Multi UE Tester GSM Programming Manual
7
Sample Program
55
: AddStatus "Power Ramp :" +
IIf(value(1) And 1, "FAIL", "PASS")
56
: value = Split(ENTER("TEST:AUTO:RES:PHAS" +
CStr(channel) + "?"), ",")
57
: AddStatus "Phase Error RMS :" + value(2) +
"deg " + IIf(value(1) And 1, "FAIL", "PASS")
58
: AddStatus "Phase Error Peak :" + value(3) +
"deg " + IIf(value(1) And 2, "FAIL", "PASS")
59
: value = Split(ENTER("TEST:AUTO:RES:FREQ" +
CStr(channel) + "?"), ",")
60
: AddStatus "Frequency Error :" + value(2) +
"Hz " + IIf(value(1) And 1, "FAIL", "PASS")
61
: Next
62
:
63
: OUTPUT "DISP:AUTO:STBY 1"
64
: AddStatus "Complete"
65
: End Sub
Table 7-4 Program Comments
Line
Description
2:
Declares the variable to store test results.
4:
Erases the status field.
7:
Queries the manufacturer, model number, serial number and revision number of the firmware.
8-11:
Displays the manufacturer, model number, serial number and revision number of the firmware on the Status
Field.
14:
Resets the Tester to the default setting for programming.
15:
Activates the Loss connection function.
16:
Sets the
Loss RF IN
value.
17:
Sets the
Loss RF OUT
value.
20:
Displays the [Automatic Test : Stand-by] screen on the Tester.
21:
Selects the measurement value screen.
24:
Starts the Automatic Test.
25:
Displays message to an operator: Turn on the mobile phone.
26:
Waits until the location update is completed.
27:
Displays message to an operator: Please MS Call.
28:
Waits until signaling test is completed.
Содержание GS8210
Страница 1: ...Agilent Technologies Agilent N9360A Multi UE Tester GSM Programming Manual ...
Страница 12: ...xii N9360A Multi UE Tester GSM Programming Manual THIS PAGE IS INTENTIONALLY LEFT BLANK ...
Страница 18: ...xviii N9360A Multi UE Tester GSM Programming Manual THIS PAGE IS INTENTIONALLY LEFT BLANK ...
Страница 22: ...1 4 N9360A Multi UE Tester GSM Programming Manual 1 Legal Information THIS PAGE IS INTENTIONALLY LEFT BLANK ...
Страница 34: ...3 8 N9360A Multi UE Tester GSM Programming Manual 3 Preparing for Use THIS PAGE IS INTENTIONALLY LEFT BLANK ...
Страница 300: ...6 44 N9360A Multi UE Tester GSM Programming Manual 6 Programming Command Summary THIS PAGE IS INTENTIONALLY LEFT BLANK ...