Agilent Technologies N9360A Programming Manual page 317

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

Advertisement

Table 7-7 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.
13:
Resets the Tester to the default setting for programming.
16:
Sets the Modulation OFF in the Signal Generator.
17:
Sets the RF OUTPUT ON in the Signal Generator.
18:
Waits until the Signal Generator setting are completed.
21:
Displays the [Peak TX Power/Burst Timing/Power Ramp] screen on the Tester.
22:
Starts the Peak TX Power measurement.
23:
Waits until the measurement is completed.
24:
Queries the measurement result of Peak TX Power.
25:
Displays the measurement value and Pass or Fail result of Peak TX Power on the status field.
28:
Displays the [Phase Error/Frequency Error] screen on the Tester.
N9360A Multi UE Tester GSM Programming Manual
28
: OUTPUT "DISP:TXAN:PHAS"
29
: OUTPUT "TRIG:IMM"
30
: WAIT "*STB?", 0
31
: value = Split(ENTER("TXAN:RES:PHAS?"), ",")
32
: AddStatus "Phase Err rms
"deg " + IIf(value(1) And 1, "FAIL", "PASS")
33
: AddStatus "Phase Err peak
"deg " + IIf(value(1) And 2, "FAIL", "PASS")
34
: value = Split(ENTER("TXAN:RES:FREQ?"), ",")
35
: AddStatus "Frequency Error : " + value(2) +
"Hz " + IIf(value(1) And 1, "FAIL", "PASS")
36
:
37
:' End
38
: OUTPUT "DISP:TXAN:STBY"
39
: AddStatus "Complete"
40
:
41
: End Sub
Sample Program
: " + value(2) +
: " + value(3) +
7-17
7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Gs8210

Table of Contents