7-37
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 SAT CC to 1.
22 '
23 Call ibwrt(Ans%, "MEAS SETATX")'
Moves to Setup screen for analog TX pa-
rameter.
24 Call ibwrt(Ans%, "PMTH POW")'
Sets power measurement method to Power
Meter.
25 Call ibwrt(Ans%, "RFMM ALL")'
Sets RF measurement mode to All Item
Measurement.
26 Call ibwrt(Ans%, "AOIMP 6ØØ")'
Set output impedance to 600 Ω.
27 End Sub
Lines 8 to 27 are the routines for setting parameters for the analog TX measurement.
Set the IS-136 measurement system in line 10.
Set the RF signal input connector in lines 11 and 12. Set the parameters for the analog
TX measurement on the Setup Common Parameter and Setup Analog TX 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 to 26 show the settings on the Setup Analog TX Measure Parameter screen.
Set the power measurement method, RF measurement mode, and AF output imped-
ance.
7.2 Sample Program (Example of Program Using Visual Basic)