Agilent Technologies E6392B Especificaciones Pagina 159

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 197
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 158
158 Chapter 5
Example Programs
AUTOMATIC TEST Sample Program
AUTOMATIC TEST Sample Program
This HP BASIC sample program makes an AUTOMATIC TEST on a DCS1800
and E-GSM multi-band mobile phone.
CLEAR and RESET the controller, and type the following commands and Run the
program:
1000! re-save "a:\autotest.bas"
1010 OPTION BASE 1
1020 DIM Ch(6)
1030 Ch(1)=512
1040 Ch(2)=9999
1050 Ch(3)=9999
1060 Ch(4)=1
1070 Ch(5)=9999
1080 Ch(6)=9999
1090 Serial_port=9
1100 !
1110 !***** Configuration
1120 !
1130 OUTPUT Serial_port;"*RST"
1140 OUTPUT Serial_port;"SYST:KLOC ON"
1150 !
1160 OUTPUT Serial_port;"DISP:CONF"
1170 OUTPUT Serial_port;"CONF:LOSS ON"
1180 OUTPUT Serial_port;"CONF:LOSS:RFIN 0.5,0.5,0.5,0.5"
1190 OUTPUT Serial_port;"CONF:LOSS:RFOU 1.0,1.0,1.0,1.0"
1200 OUTPUT Serial_port;"DISP:CONF:COND"
1210 OUTPUT Serial_port;"CONF:COND:RFOU ON"
1220 !
1230 OUTPUT Serial_port;"DISP:AUTO:STBY"
1240 OUTPUT Serial_port;"TEST:AUTO:SCR DET"
1250 OUTPUT Serial_port;"TEST:AUTO:RFOR DCS1800"
1260 OUTPUT Serial_port;"TEST:AUTO:MBAN GSM900"
1270 OUTPUT Serial_port;"TEST:AUTO:DCP:MODE ON"
1280 OUTPUT Serial_port;"TEST:AUTO:DCP:VOLT 3.6" ! CAUTION: Change the voltage
value for your mobile phone.
1290 FOR I=1 TO 6
1300 OUTPUT Serial_port;"TEST:AUTO:VAR:TCH:CHAN"&VAL$(I)&" "&VAL$(Ch(I))
Vista de pagina 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 196 197

Comentarios a estos manuales

Sin comentarios