![Agilent Technologies 8960 Series 10 Скачать руководство пользователя страница 354](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627354.webp)
354
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\hpib_initiate_description.fm
INITiate Subsystem
10 OUTPUT 714;”SETup:ALL:CONTinuous:OFF” ! selects single measurement mode
20 OUTPUT 714;”INITiate:TXPower;PFERror” ! starts TX power/phase frequency error measurement
30 LOOP
40 OUTPUT 714;”INITiate:DONE?” !query to find out if any measurements are done
50 ENTER 714;Meas_complete$
60 SELECT Meas_complete$
70 CASE “TXP” !tests for the string “TXP” which would indicate TX power measurement is done
80 OUTPUT 714;”FETCh:TXPower:POWer?” !Queries average TX power measurement
90 ENTER 714;Avg_tx_power
100 CASE “PFER”!tests for the string “PFER” which would indicate phase/frequency error
measurement is done
110 OUTPUT 714;”FETCh:PFERror:RMS?” !Queries PFER maximum phase error measurement
120 ENTER 714;Max_phs_error
130 END SELECT
140 EXIT IF Meas_complete$ = “NONE”
150 END LOOP
160 END
INITiate commands should be sent only when the test set has finished performing any operations, such as
handovers, that require settling. For example, the following code performs a handover to a new traffic channel
using the :SEQ (sequential) appendage, then initiates a TX power measurement.
OUTPUT 714;”CALL:TCH:SEQ 65”
!Hands over traffic channel to channel 65, waits for process to complete before accepting next
command
OUTPUT 714;”INITiate:TXPower”
!Initiates TX power measurement
Содержание 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 ...