![Agilent Technologies 8960 Series 10 Reference Manual Download Page 45](http://html1.mh-extra.com/html/agilent-technologies/8960-series-10/8960-series-10_reference-manual_2868627045.webp)
45
S:\Hp8960\E1960A GSM Mobile Test Application\A.04 Release\Reference_Manual\Chapters\prog_aaudio.fm
Programming an Analog Audio Measurement
Programming an Analog Audio Measurement
This section provides an example of how to make the analog audio (AAUDio) measurement via GPIB.
The following procedure assumes that an audio source is connected to the AUDIO IN connector. See
Audio Measurement Description” on page 44
.
1. Configure analog audio measurement parameters using the SETup subsystem.
2. Start the analog audio measurement using the INITiate subsystem.
3. Use the INITiate:DONE? command to find out if analog audio measurement results are available.
4. Use the FETCh? command to obtain analog audio measurement results.
Programming Example
10 OUTPUT 714;”SETUP:AAUDIO:CONTINUOUS OFF” !Configures the analog audio
20 !measurement to single trigger mode.
30 OUTPUT 714;”SETUP:AAUDIO:EXPECTED:VOLTAGE:PEAK 3” !Set the clipping level for
40 !audio input.
50 OUTPUT 714;”SETUP:AAUDIO:FILTER:SFREQUENCY 8KHZ” !Specifies the tunable
60 !bandpass filter frequency to
70 !be 8 kHz and turns the filter
80 !state ON.
90 OUTPUT 714;”INITIATE:AAUDIO”!Start the analog audio measurement.
100 REPEAT
110 OUTPUT 714;”INITIATE:DONE?”!Check to see if analog audio measurement is done.
120 ENTER 714;Meas_complete$
130 UNTIL Meas_complete$=”AAUD”
140 OUTPUT 714;”FETCH:AAUDIO?”! Fetch analog audio measurement results.
150 ENTER 714;Integrity, Analog_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).
•
Analog_audio
returns the analog audio level in volts rms.
Summary of Contents for 8960 Series 10
Page 26: ...26 Contents ...