Programming A Sinad Measurement; Programming Example - Agilent Technologies 8960 Series Reference Manual

Hide thumbs Also See for 8960 Series:
Table of Contents

Advertisement

Programming a SINAD Measurement

This section provides an example of how to make SINAD measurement via GPIB. SINAD measurements are
not typically made when testing W-CDMA mobiles but, are more common when testing AMPS or other analog
mobiles. The programming example below is typical for an AMPS mobile.
SINAD and Distortion measurements are affected by the same STATe and INITiate commands, so both
measurements are enabled and triggered at the same time. However, measurement results are queried
separately. See
"Audio Analyzer Measurement Description" on page
The following procedure assumes that the mobile's audio output is connected to the AUDIO IN connectors and
the mobile is on an analog voice channel (AVC) that is being modulated with a 1004 Hz tone at +/−8 kHz peak
deviation. It is also assumed that the Cell Power from the test set is set to a minimum usable level (typically
about -116 dBm).
1. Configure audio analyzer measurement parameters using the SETup subsystem.
2. Start the audio analyzer measurement using the INITiate subsystem.
3. Use the FETCh? subsystem to obtain audio analyzer measurement results.

Programming Example

10
OUTPUT 714;"SETup:AFANalyzer:CONTinuous OFF" !Set the audio analyzer
20
30
OUTPUT 714;"SETup:AFANalyzer:PEAK:VOLTage 3V" !Set the Expected Amplitude level for
40
50
OUTPUT 714;"SETup:AFANalyzer:SDIStortion:STATe ON" !Turn on the SINAD and
60
70
OUTPUT 714;"SETup:AFANalyzer:SDIStortion:FREQuency 1004 HZ" !Specify the audio
80
90
OUTPUT 714;"SETup:AFANalyzer:FILTer CMESsage" !Select the c-message filter.
100 OUTPUT 714;"SETup:AFANalyzer:DEMPhasis:STATe OFF" !Turn off de-emphasis.
110 OUTPUT 714;"SETup:AFANalyzer:EXPandor:STATe OFF" !Turn off the expandor.
120 OUTPUT 714;"SETup:AFANalyzer:TIMeout 3S" !Set a timeout value of 3 seconds
130
140 OUTPUT 714;"INITiate:AFANalyzer" !Start the AF Analyzer measurement.
150 OUTPUT 714;"FETCh:AFANalyzer:INTegrity?" !Query the integrity indicator to
160
170 ENTER 714;Integrity
180
190 IF Integrity=0 THEN !Only fetch measurement result if integrity indicator is 0.
200 OUTPUT 714;"FETCh:AFANalyzer:SINAD?" !Fetch the SINAD result.
210 ENTER 714;Sinad
220 END IF
230 END
!verify that a reliable measurement was made.
!Enter the returned value into a variable for comparison
!with possible integrity indicator values (not shown here).
!Enter the returned value into a variable.
33.
!measurements to single trigger mode.
!audio input voltage in Vpeak.
!distortion measurements.
!frequency to use for the measurements.
!in case the measurement cannot be made.
S:\Hp8960\E1963A WCDMA\4.0 release\Reference Guide\Chapters\wcdma_prog_sinad.fm
Programming a SINAD Measurement
146

Advertisement

Table of Contents
loading

Table of Contents