![Agilent Technologies 8960 Series 10 Скачать руководство пользователя страница 108](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627108.webp)
108
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_txp_proc.fm
Programming a Transmit Power Measurement
Programming a Transmit Power Measurement
This section provides an example of how to make the transmit power (TXP) measurement via GPIB.
The following procedure assumes that an active link is established between the test set and the mobile station.
See
“Establishing an Active Link with the Mobile Station” on page 28
.
1. Configure the TXP measurement parameters using the SETup subsystem.
2. Start the TXP measurement using the INITiate subsystem.
3. Use the INITiate:DONE? command to find out if TXP measurement results are available.
4. Use the FETCh? command to obtain TXP measurement results.
Example Program
10 OUTPUT 714;”SETUP:TXPOWER:CONTINUOUS OFF” !Configures a TXP measurement to
20 !single trigger mode.
30 OUTPUT 714;”SETUP:TXPOWER:COUNT:NUMBER 100 !Configures a multi-measurement
40 !of 100.
50 OUTPUT 714;”SETUP:TXPOWER:TRIGGER:SOURCE AUTO” !Configure trigger source
60 !to auto.
70 OUTPUT 714;”INITIATE:TXPOWER” !Start TXP measurement.
80 REPEAT
90 OUTPUT 714;”INITIATE:DONE?” !Check to see if TXP measurement is done.
100 ENTER 714;Meas_complete$
110 UNTIL Meas_complete$=”TXP” !”TXP” must be all upper case.
120 OUTPUT 714;”FETCH:TXPOWER:ALL?” !Fetch TXP results.
130 ENTER 714;Integrity, Avg_tx_power
140 END
Returned Values
The measurements returned by this program are:
•
Integrity
returns the measurement
“Integrity Indicator” on page 125
(0 means a successful
measurement with no errors).
•
Avg_tx_power
returns the average transmit power in dBm.
Related Topics
*******************************************************
“Transmit Power Measurement Description” on page 106
“Comprehensive Program Example” on page 200
*******************************************************
Содержание 8960 Series 10
Страница 26: ...26 Contents ...
Страница 363: ...363 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual Chapters hpib_read fm READ ...
Страница 500: ...500 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_gen_usage fm General Usage ...
Страница 574: ...574 S Hp8960 E1960A GSM Mobile Test Application A 04 Release Reference_Manual ch_error_messages fm Error Messages ...