![Agilent Technologies 8960 Series 10 Скачать руководство пользователя страница 57](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627057.webp)
57
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_daudio.fm
Programming a Decoded Audio Measurement
Programming a Decoded Audio Measurement
June 2, 1999
This section provides an example of how to make a Decoded Audio (DAUDio) measurement. 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 decoded audio measurement parameters using the SETup subsystem.
2. Setup the audio source to stimulate the MS with a pulsed audio signal.
3. Start the decoded audio measurement using the INITiate subsystem.
4. Use the INITiate:DONE? command to find out if decoded audio measurement results are available.
5. Use the FETCh? command to obtain decoded audio measurement results.
Programming Example
10 OUTPUT 714;”SETUP:DAUDIO:CONTINUOUS OFF” ! Configures the decoded audio
20 ! measurement to single trigger mode.
30 OUTPUT 714;”AFGENERATOR:PULSE:STATE ON” ! Audio signal must be pulsed.
40 OUTPUT 714;”AFGENERATOR:VOLTAGE:SAMPLITUDE 100MV”
50 OUTPUT 714;”AFGENERATOR:FREQUENCY 2.1KHZ”
60 OUTPUT 714;”SETUP:DAUDIO:FILTER:SFREQUENCY 2.1KHZ”! Specifies the tunable
70 ! bandpass filter frequency
80 ! and set the filter state to on.
90 OUTPUT 714;”INITIATE:DAUDIO”
100 REPEAT
110 OUTPUT 714;”INITIATE:DONE?” ! Check to see if measurement done.
120 ENTER 714;Meas_complete$
130 UNTIL Meas_complete$=”DAUD”
140 OUTPUT 714;”FETCH:DAUDIO?” ! Fetch the decoded audio results.
150 ENTER 714;Ingerity,Decoded_audio
160 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).
•
Decoded_audio
returns the decoded audio measurement results in percent (%).
Содержание 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 ...