Section 7 Sample Programs
7-50
13 Call ibwrt(Ans%, "PNLMD TESTER")'
Sets measurement mode to “TX/RX
tester.”
14 '
15 Call ibwrt(Ans%, "MEAS SETCOM")'
Moves to common parameter setting
screen.
16 Call ibwrt(Ans%, "DUTCTRL NONE")'
Sets DUT Control to None.
17 Call ibwrt(Ans%, "FREQBAND A8ØØMHZ")'
Sets frequency band to analog 800 MHz
band.
18 Call ibwrt(Ans%, "CHAN 1")'
Sets measurement frequency channel to
CH 1.
19 Call ibwrt(Ans%, "RFLVL 1ØDBM")'
Sets TX reference level to 10 dBm.
2Ø Call ibwrt(Ans%, "MEASOBJ MSAVC")'
Sets measurement object signal to “MS-
AVC.”
21 Call ibwrt(Ans%, "SATCC 1")'
Sets SATCC to 1.
22 '
23 Call ibwrt(Ans%, "MEAS SETARX")'
Moves to Analog TX parameter setting
screen.
24 Call ibwrt(Ans%, "AIMP 1ØØK")'
Sets AF input impedance to 100 kΩ.
25 End Sub
Lines 8 to 25 are the routines for setting parameters for the analog RX measurement.
Set the IS-136 measurement system in line 10.
Set the RF signal input connectors in lines 11 and 12. Set the parameters for the
analog TX measurement on the Setup Common Parameter and Setup Analog RX
Measure Parameter screens.
Lines 15 to 21 show the settings on the Setup Common Parameter screen. Set the
center measurement frequency, reference measurement level, and signals to be mea-
sured here.
Lines 23 and 24 show the settings on the Setup Analog RX Measure Parameter screen.
Set the AF input impedance.